Open sebastiendarocha opened 6 years ago
Hi, I have a same problem. But i don't undestand your solution
Would you have a more explicit solution
Thank
Hi, If you mounted the configuration volume on /path/to/config/mumble-server on your host (as it's written on the doc, but you have probably chosen another mount point ;-) )
On your host, issue this command to change the user of your mount point:
chmod 108:111 /path/to/config/mumble-server
Then restart your container, you should boot.
@sebastiendarocha I think you meant chown rather than chmod. This is the correct solution though, and fixes the problem 👍
After the first launch who creates the mumble-server.ini. The server didn't, the logs gave :
It doesn't have rights to modify the /data/ folder, I had to do a
chmod 108:111 /path/to/config/mumble-server
to make it work (108 and 111 are the uid/gid of mumble-server on the docker image)After a restart of the container, murmur worked fine