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 am digging a bit deeper into my problems and I am wondering whether this Image Layer could be (partially) the cause of my issue:
RUN RUN groupadd -g 999 opuser && useradd -r -u 999 -g opuser opuser && mkdir -p /home/opuser/.op/data && chown -R opuser /home/opuser && chmod -R 700 /home/opuser/.op # buildkit
The folders are very specifically created by user opuser. No matter how I mount my volumes (- "data:..."
or - "./data:..."
) I will keep having mismatched between the docker user and the host/folder. Do you agree with my findings? If so, what could we do to work around it :)