initialize

This commit is contained in:
Elouin 2023-10-15 19:47:46 +02:00
commit 6c087a4d68
4 changed files with 70 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# 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`