Update docker-compose.yaml
Added variable to properly parse dates in MM/DD/YYYY format.
This commit is contained in:
+4
-1
@@ -96,13 +96,16 @@ services:
|
||||
# be a very long sequence of random characters. You don't need to remember it.
|
||||
PAPERLESS_SECRET_KEY: f87r3q8urqdasoiW98R32RIFDSAWO87OIJEWOIJFA893QOIJ3298EF98EWOIJEW84398R3
|
||||
# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
|
||||
#PAPERLESS_TIME_ZONE: America/Los_Angeles
|
||||
PAPERLESS_TIME_ZONE: America/Chicago
|
||||
# The default language to use for OCR. Set this to the language most of your
|
||||
# documents are written in.
|
||||
#PAPERLESS_OCR_LANGUAGE: eng
|
||||
# The url used to access paperless
|
||||
PAPERLESS_URL: https://paperless.speerfam.net
|
||||
|
||||
# Set date parser
|
||||
PAPERLESS_DATE_ORDER: MDY
|
||||
|
||||
volumes:
|
||||
data:
|
||||
media:
|
||||
|
||||
Reference in New Issue
Block a user