Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 880 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 880 Bytes

docker-mumble-server

This is a Docker container for running Murmur, the server for the Mumble voice-over-ip client.

Usage

This docker image is available as a trusted build on the docker index.

To initialize the server configuration, run this:

docker run --name=mumble-server -d --net=host -v /path/to/config/mumble-server:/data -t coppit/mumble-server

The container will create a config file in /path/to/config/mumble-server. Edit the file, setting the server password and any welcome message.

Then start the container again and it will launch the server on port 64738:

docker start mumble-server

The log file will be created in /path/to/config/mumble-server/mumble-server.log, and the sqlite DB will be created in that directory as well.