-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
MUMBLE_CUSTOM_CONFIG_FILE is ignored #47
Comments
Hi @Skyedra, I assume you have the In this case the Otherwise you need to do another volume passthrough for the configuration file in another location, e.g.:
See the implementation here for details (remember this runs inside of the container): https://github.com/mumble-voip/mumble-docker/blob/master/entrypoint.sh#L71 Hope that helps, happy mumbling :) |
Thank you for the reply; actually, it was located at
I had given up on the custom config and ended up configuring via the docker compose env vars (ex: (Other than that, mumble has been working well for my friend group, thanks ^.^) |
If the value of the |
I am having some trouble using a custom config file. I tried initially via docker compose, but I also tried using the command line syntax as documented on the main page:
My docker compose looks similar:
I tried with and without the apostrophes, but it didn't want to detect it. I can pass in other vars like
MUMBLE_CONFIG_ICE
and it picks up on those, but the custom config file seems to be ignored.The text was updated successfully, but these errors were encountered: