https://github.com/pboardman/mumble-docker
Mumble docker image.
https://github.com/pboardman/mumble-docker
Last synced: 3 months ago
JSON representation
Mumble docker image.
- Host: GitHub
- URL: https://github.com/pboardman/mumble-docker
- Owner: pboardman
- Created: 2016-08-23T20:04:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T20:12:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T18:50:10.923Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mumble Docker
This mumble Dockerfile will put all of its data in the /data volume.
It will auto generate a password on first run for the mumble SuperUser account. the password
will be stored /data/superuser_password.txt## How to run the image
you can run the image with :
``` sudo docker run -d=true -p=64738:64738 -v=/mnt/mumble:/data lacsap/mumble ```