Open NurayJannat opened 1 year ago
I transferred this to the correct repo. Please see the README for how to configure the docker image and/or https://wiki.mumble.info/wiki/Murmur.ini for the available configuration options.
See an example for PostgreSQL here : https://github.com/mumble-voip/mumble-docker/wiki/docker_example_mumble_mumo_postgres
The logic is the same for mysql
The issue
I want dockerized server to use dockerized mysql server. but, it is using sqlite by default. I have changed the /auxiliary_files/mumble-server.ini file with appropriate value. I guess it is because of the entrypoint.sh file where all configuration commands are for sqlite. How can I change the file so that server get connected to mysql instead of sqlite?
Mumble version
1.5.0
Mumble component
Server
OS
Linux
Additional information
No response