Is there a way to change the container owner:group ids? #150
Replies: 2 comments 1 reply
-
I will do some research and see what we can do in the docker image definition! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apparently you can override the default user settings in a container by specifying --user UID:GUID in the docker run command (this works also in docker-compose). I have found this answer on stackoverflow with more details: |
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
-
Apparently the container owner:group id numbers are 999:999, which map to weird owner and group on my persistent database volume. Is there a way these can be set to other values?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions