mumble-docker/README.md

10 lines
378 B
Markdown
Raw Normal View History

2023-10-15 19:47:46 +02:00
# Mumble Docker Setup
Mainly to have a version of the mumble server thats newer than the one from the debian repos, we created this little docker setup for mumble.
## How to
1. Create `data` directory next to the `docker-compose.yml`
2. Copy the example config file into the newly created `data` directory
3. Adjust the config to your liking
4. `docker compose up -d --build`