Daniel Gunzinger
Daniel Gunzinger
Thank you two dearly for all the work you have done over the years and the always consistently friendly nature of the project! It has brough great hours of joy...
You might be able to work around this by disabling the auto update check in your `configuration.ini`. Reference: https://github.com/azlux/botamusique/blob/master/configuration.example.ini#L85 For the maintainers/discussion: It might be worth adding a build step...
Happy to hear that, schönes Wochenende :)
Hi guys, did you make any progress on this? I have a very similar problem with these "Cannot convert to esp2 message" messages in the log after trying to teach...
Hi @Skyedra, I assume you have the `skye-config.ini` next to the docker-compose.yml? In this case the `MUMBLE_CUSTOM_CONFIG_FILE` is resolved from within the mumble-server container, thus it would need to be...
Good morning, can the code here be added back? https://github.com/mumble-voip/mumble-docker/pull/50/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L67-L71 (Creation of the user account with specific UID and GID in the Dockerfile) As far as I read the code...
Opened PR #56 . Would be interested in opinion on defaults.
PUID / PGID could be removed entirely as it is a redundant with the usage of `--user :` in a docker run command, see: https://docs.docker.com/reference/cli/docker/container/run/#:~:text=Username%20or%20UID Or for compose syntax: https://docs.docker.com/reference/compose-file/services/#:~:text=user:%20root