mumble-voip / mumble-docker

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

dockerized server with dockerized mysql server #32

Open NurayJannat opened 1 year ago

NurayJannat commented 1 year ago

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

Krzmbrzl commented 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.

azlux commented 1 year ago

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