mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #614 from lawtancool/master
Add timezone variable to Docker containers
This commit is contained in:
commit
da3edbb1b0
@ -27,6 +27,7 @@ RUN apk add --no-cache \
|
||||
shadow \
|
||||
sudo \
|
||||
tesseract-ocr \
|
||||
tzdata \
|
||||
unpaper && \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
g++ \
|
||||
|
@ -11,6 +11,8 @@
|
||||
# ...are all explained in that file but can be defined here, since the Docker
|
||||
# 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
|
||||
# different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the
|
||||
|
Loading…
x
Reference in New Issue
Block a user