Running Docker Container As Another User #7163
jrpetersjr
started this conversation in
General
Replies: 0 comments
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.
Hi,
Is there a way to run the docker container as another user? I've tried user: 1000:1000 and environment variables: - PUID=1000
- PGID=1000
Does anyone know how to write it correctly for this app?
All reactions