Wrong uid and gid on consume and export folder? #3342
Replies: 3 comments 4 replies
|
Unless you have a very particular situation, you should only set one of the |
4 replies
|
This discussion has been automatically closed due to inactivity. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
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.
I run in some problems with privileges at new installation.
To install paperless-ngx i use the easy install docker script. (https://docs.paperless-ngx.com/setup/#docker_script)
Because my user has the uid 1000 and gid 1000 I left this blank. But the consum and export folder will be created with an owner 100999:100999.
After figuring this out, I added the following to docker-compose.env:
USERMAP_UID=1000USERMAP_GID=1000I also change the web server user at docker-compose.yml:
webserver:image: ghcr.io/paperless-ngx/paperless-ngx:latestuser: "1000:1000"But the issue is still there. The privileges on consume and export folder will not map correct.
Does anyone know this problem? Is there a solution for this?
Thanks in advance for your help!
All reactions