Added a comment as per #93

This commit is contained in:
Daniel Quinn 2016-03-19 13:19:54 +00:00
parent 3250c47408
commit c199b0498d

View File

@ -11,6 +11,10 @@ services:
- data:/usr/src/paperless/data
- media:/usr/src/paperless/media
env_file: docker-compose.env
# The reason the line is here is so that the webserver that doesn't do
# any text recognition and doesn't have to install unnecessary
# languages the user might have set in the env-file by overwriting the
# value with nothing.
environment:
- PAPERLESS_OCR_LANGUAGES=
command: ["runserver", "0.0.0.0:8000"]