From c199b0498d514fffed2b8191f01cf8bd958d8434 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 19 Mar 2016 13:19:54 +0000 Subject: [PATCH] Added a comment as per #93 --- docker-compose.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 2a70c9ff7..fddda8198 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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"]