mumble-voip / mumble-docker

The official Mumble Docker image
BSD 3-Clause "New" or "Revised" License
144 stars 33 forks source link

Cannot set welcometextfile config option via MUMBLE_CONFIG environment variables #22

Closed restitux closed 2 years ago

restitux commented 2 years ago

Since the welcometext configuration option is always set by default, any values assigned to MUMBLE_CONFIG_WELCOMETEXTFILE will be ignored.

See docs: https://wiki.mumble.info/wiki/Murmur.ini#welcometextfile

If a value for welcometext is set, the welcometextfile will not be read.