Docker: How do you edit superuser password and edit INI config file for Murmur? #16
-
I am a newbie when it comes to using docker and I cannot figure out how to configure my Murmur docker server. I was able to pull the image using the instructions on github and run the server in the terminal, but I am unable to configure the server and change the superuser password. Any help and tips will be most appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Please refer to https://github.com/mumble-voip/mumble-docker#configuration for config values into the INI file So you can set the password with environment variable ( with MUMBLE_SUPERUSER_PASSWORD ) If you want a custom ini file, check the MUMBLE_CUSTOM_CONFIG_FILE variable. It's allow you to have you own file (you need to mount it, see https://docs.docker.com/storage/bind-mounts/ ) You have one example (with docker-compose) into the wiki : https://github.com/mumble-voip/mumble-docker/wiki/docker_example_mumble_mumo_postgres |
Beta Was this translation helpful? Give feedback.
-
Your example should look like :
It's easier if you use a path instead of volume. Your file need the have the write access for uid 1000 |
Beta Was this translation helpful? Give feedback.
Your example should look like :
It's easier if you use a path instead of volume. Your file need the have the write access for uid 1000