Replies: 9 comments
-
Did you restart paperless-ng after making these changes? |
Beta Was this translation helpful? Give feedback.
-
i rebooted the complete vm so i think this restarts als the docker right? |
Beta Was this translation helpful? Give feedback.
-
Probably. Regarding the time zone: What makes you think that it's not working properly? |
Beta Was this translation helpful? Give feedback.
-
what do u mean? if i look into tasks in the filed "next ruN" it says "you are 1 hour ahead the server time"... |
Beta Was this translation helpful? Give feedback.
-
paperless is just ignoring my inputs in the .env file...is there another way to get this working? |
Beta Was this translation helpful? Give feedback.
-
The other place to make these changes would be the .yml file itself. Look for the section that defines |
Beta Was this translation helpful? Give feedback.
-
okay i made the changes here, rebooted - nothing happend... my files are in /home/username/paperless-ng/docker-compose.yml i edited here... :( |
Beta Was this translation helpful? Give feedback.
-
Not exactly sure what's going on. Please try to explicitly restart paperless with |
Beta Was this translation helpful? Give feedback.
-
FYI @micadix as it's a common misconception with Docker; just restarting a container won't pick up changes to environment variables. Neither will restarting the vm. From https://docs.docker.com/compose/reference/restart/
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i installed paperless-ng on a fresh ubuntu server instance with "install-paperless-ng.sh" works all fine. but i tried to give paperless 2 environment variables:
i added the following to "docker-compose.env":
PAPERLESS_FILENAME_FORMAT={created_year}/{created}-{correspondent}-{title}
PAPERLESS_TIME_ZONE=Europe/Berlin
but my file names are generated like: e.g. "0000005.pdf"
any hints for me? also timezone seems not to work. looks like it is ignoring my additional 2 lines in the env-file...
Beta Was this translation helpful? Give feedback.
All reactions