adding warning about URL conversion to a Docker Compose service named app

This commit is contained in:
Julien Neuhart
2020-06-09 16:38:28 +02:00
parent a3cae0f094
commit 5467620b32
3 changed files with 15 additions and 11 deletions

View File

@@ -60,9 +60,10 @@ The hard limit is 100 MB and is defined by Google Chrome itself.
## Google Chrome ignore certificate errors
When performing a [URL](#url) conversion, Google Chrome will not accept certificate errors .
When performing a [URL](#url) conversion, Google Chrome will not accept certificate errors.
You may allow insecure connections by setting the `GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS` environment variable to `"1"`.
You may allow insecure connections by setting the `GOOGLE_CHROME_IGNORE_CERTIFICATE_ERRORS` environment variable to `"1"`.
**You should be careful with this feature and only enable it in your development environment.**
## Disable LibreOffice (unoconv)