Merge pull request #614 from lawtancool/master

Add timezone variable to Docker containers
This commit is contained in:
JOKer 2020-04-04 19:12:59 +02:00 committed by GitHub
commit da3edbb1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ RUN apk add --no-cache \
shadow \ shadow \
sudo \ sudo \
tesseract-ocr \ tesseract-ocr \
tzdata \
unpaper && \ unpaper && \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
g++ \ g++ \

View File

@ -11,6 +11,8 @@
# ...are all explained in that file but can be defined here, since the Docker # ...are all explained in that file but can be defined here, since the Docker
# installation doesn't make use of paperless.conf. # installation doesn't make use of paperless.conf.
# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
# TZ=America/Los_Angeles
# Additional languages to install for text recognition. Note that this is # Additional languages to install for text recognition. Note that this is
# different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the # different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the