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.
|
# be a very long sequence of random characters. You don't need to remember it.
|
||||||
PAPERLESS_SECRET_KEY: f87r3q8urqdasoiW98R32RIFDSAWO87OIJEWOIJFA893QOIJ3298EF98EWOIJEW84398R3
|
PAPERLESS_SECRET_KEY: f87r3q8urqdasoiW98R32RIFDSAWO87OIJEWOIJFA893QOIJ3298EF98EWOIJEW84398R3
|
||||||
# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
|
# 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
|
# The default language to use for OCR. Set this to the language most of your
|
||||||
# documents are written in.
|
# documents are written in.
|
||||||
#PAPERLESS_OCR_LANGUAGE: eng
|
#PAPERLESS_OCR_LANGUAGE: eng
|
||||||
# The url used to access paperless
|
# The url used to access paperless
|
||||||
PAPERLESS_URL: https://paperless.speerfam.net
|
PAPERLESS_URL: https://paperless.speerfam.net
|
||||||
|
|
||||||
|
# Set date parser
|
||||||
|
PAPERLESS_DATE_ORDER: MDY
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
media:
|
media:
|
||||||
|
|||||||
Reference in New Issue
Block a user