-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Can't use PUID and GUID #122
Comments
you can only do one of OR add the Both of them are not possible! if you run the container with the https://chatgpt.com/share/679768fa-1970-800e-a353-33dfd84c1d22 |
Yes, that's what I did, I put |
Just tried creating another user only used for this docker and it worked with |
I tried to setup a minecraft server as non root by providing my PUID and GUID (1000:1000 obtained with
id -p $user
andid -g $user
) but when I start the docker, I get these logshere's my whole docker-compose
I tried to remove the
PUID
andGUID
lines in the docker-compose but it change the ownership of my files and I'd prefer to avoir running my container as rootI tried adding
SKIP_PERM_CHECK=true
in the env vars but I get a lot of javapermission denied
error at the server startup resulting in a final crash with red errorsI can provide the whole java logs error logs if needed
The text was updated successfully, but these errors were encountered: