Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoDocker (compose) Permission denied
I'm having trouble getting Connect up and running with Docker Compose. I believe my problems is somewhere related to a user and/or its rights. I am running Docker on my Synology NAS where I created a...
Former Member
4 years agoI guess 1password still has some hard-coded user-config .. :) ?
That's also what I thought, but I checked the code and that is not the case. The check uses the ID of the user that is running the process. So that should be 1042
.
One final idea, is that the root of the mountpoint gets treated differently by Docker. If that is the case, changing the mount to - "./:/home/opuser/"
might work. That is something you could try for educational purposes, as you've already gotten it to work :)