Skip to content

Commit

Permalink
Added a comment as per the-paperless-project#93
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Mar 19, 2016
1 parent 3250c47 commit c199b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c199b04

Please sign in to comment.