Replies: 1 comment 2 replies
-
You can use The tricky part can be to know which $uid and $gid to use. I tried to automate this detection with a script: For docker.io/library/redis it seems you would need to use |
Beta Was this translation helpful? Give feedback.
2 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.
-
So I'm having trouble moving over from Docker to Podman. I have a Gitlab docker compose file and when running it, most of the files are the user that ran the compose but it seems like some data and the redis server are some other user/group, is it possible to have it all as one user?
https://www.redhat.com/sysadmin/container-permission-denied-errors
I was following this and I found the :U suffix for the bind mount, but it doesn't seem like it works in compose
Beta Was this translation helpful? Give feedback.
All reactions