diff --git a/Dockerfile b/Dockerfile index 608254648..2b95288e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apk add --no-cache \ shadow \ sudo \ tesseract-ocr \ + tzdata \ unpaper && \ apk add --no-cache --virtual .build-dependencies \ g++ \ diff --git a/docker-compose.env.example b/docker-compose.env.example index 50c1690be..7117c7dad 100644 --- a/docker-compose.env.example +++ b/docker-compose.env.example @@ -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