This repository was archived by the owner on Feb 16, 2023. It is now read-only.
PermissionError migration_lock #1083
Unanswered
quizilkend
asked this question in
Support
Replies: 1 comment 1 reply
-
If one of those volumes is on a network shared filesystem, then that might be an explanation for these errors. Everything inside the container runs as the "paperless" user, which has UID=1000 and GID=1000. Make sure that the user on your host system with these numbers has write access to the mentioned directories. If you need to adjust these IDs inside the container to something else, use "USERMAP_UID" and "USERMAP_GID". |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I'm installing paperless-ng via docker compose and got the following STDOUT:
The script already created an
docker-compose.yml
, The contents are here:Right now the installation fails and paperless is not reachable.
Do you have any advice?
Best regards!
Samuel
Beta Was this translation helpful? Give feedback.
All reactions