An open API service indexing awesome lists of open source software.

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.

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 ```