-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update Docker Container #41
Comments
The new image should be on Dockerhub as soon as https://github.com/mumble-voip/mumble-docker/actions/runs/9180177266 is finished |
I get the following error after updating the container:
Manually creating the folder fixes the issue. |
Thanks for the update :) I get this message in my logs, do you know if it was build with a different ID other than 1000 as the user context? /entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission denied Thanks |
Yes the new IDs are 10000 as for some reason 1000 is already taken in Ubuntu 22.04 👀 |
Hi ! Can anyone share with me their docker compose that works without the error: THANKS ! |
I have updated the user to 10000 and I still get the permission error (and the status is "Restarting (1) 35 seconds"), and when I run it without any variables it doesn't run properly and just sits there until I cancel it. |
I've personally run the container on a new volume to see what the permissions were by default. In my case with Podman, it's 109999. I've then restored the volume from a backup, and set these permissions, fixed. |
|
Changing the permissions worked Sambirk, thanks for that (Why I didn't think of doing that, I have no idea T_T ). |
1000 is usually the first user's ID. |
It wasn't in 20.04 though 🤷 |
Maybe the user was created with an explicit ID. |
Had the same issue upgrading from the previous docker image, added |
Id like to try the most recent release and the container on dockerhub is the previous 1.4 release, would either like the docker container updated or instructions to build it myself if possible.
The text was updated successfully, but these errors were encountered: