mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -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 \
|
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++ \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user