This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, :)
During the installation I specified
/home/$USER/Documents/Paperless
as the directory where the consumed files should be stored.Now I want paperless-ng to store the scanned files on my mounted nfs
/mnt/Paperless
.My understanding of the documentation and Max's block is that I need to add the line
PAPERLESS_MEDIA_ROOT=/mnt/Paperless
in thedocker-compose.env
.After the change of docker-compose.env I restart docker using
docker-compose restart
.But paperless-ng keeps saving the files in the old directory.
Can anyone help me?
I am using paperless-ng 1.5 and Docker to run it.
Beta Was this translation helpful? Give feedback.
All reactions