diff --git a/README.md b/README.md index ff53efc..6f8b34e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ After you finish the A-Z guide. You can then follow application specific guides #### StarWhiz's App Specific Guides * [Heimdall](https://github.com/StarWhiz/docker_deployment_notes/tree/master/heimdall) - Another Homepage Dashboard * [FreePBX+Asterisk](https://github.com/StarWhiz/docker_deployment_notes/tree/master/freepbx-asterisk) - VOIP & telephony server +* [Mumble](https://github.com/StarWhiz/docker_deployment_notes/tree/master/mumble) - Voice Chat Before Discord Days * [PureFTPd](https://github.com/StarWhiz/docker_deployment_notes/tree/master/pureftpd) - FTP server * [qBit+windscribe](https://github.com/StarWhiz/docker_deployment_notes/tree/master/qbit-windscribe) - Torrent Client w/ Windscribe VPN * [Rocket.chat](https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat) - Discord / Slack Clone diff --git a/mumble/README.md b/mumble/README.md index c454a09..df351a2 100644 --- a/mumble/README.md +++ b/mumble/README.md @@ -1,4 +1,5 @@ /home/ +``` └── ~/ └── docker/ └── mumble/ @@ -6,6 +7,7 @@ ├── docker-compose.yml └── mumble-data └── config.ini +``` You will need 3 files minimum to start the mumble server.