Added a sentence about python-dotenv format

Something like this would have helped me to get the configuration right without debugging
This commit is contained in:
Florian Feldmann 2021-08-09 12:15:01 +02:00 committed by GitHub
parent 4718fe13c2
commit 7680bf7c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,6 +455,8 @@ Add the configuration variables to the environment of the webserver (alternative
put the configuration in the ``docker-compose.env`` file) and add the additional put the configuration in the ``docker-compose.env`` file) and add the additional
services below the webserver service. Watch out for indentation. services below the webserver service. Watch out for indentation.
Make sure tu use the correct format `PAPERLESS_TIKA_ENABLED = 1`so python_dotenv can parse the statement correctly.
Software tweaks Software tweaks
############### ###############