-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run container with different user #79
Comments
Hi, same problem, when i change user et group id via user option, i got the following errors : tp-server | addgroup: permission denied (are you root?) |
Finally, I discovered a workaround. By default, the UID and GID are set to 1000:1000. However, you can override these values using the UID and GID environment variables. For example, in my docker-compose.yml file. version: '3.7' |
Thx, it works for me too! |
Added a quick note for the UID and GID environment variables in the ReadMe. See 056f99a |
Hi,
How can I define Group ID and User ID in Docker Compose to change the permissions of files uploaded to a volume? Is there a variable to do this?
Thanks,
Feriman
The text was updated successfully, but these errors were encountered: