Easy to use dockerised mumble server.
507
A dockerised mumble server easy to use and customisable.
This docker image is available on Docker Hub in the public repository opiumozor/mumble.
Base image: ubuntu:14.04
Pull the image from Docker hub:
docker pull opiumozor/mumbleStart the server:
docker run -d -p 64738:64738 -p 64738:64738/udp opiumozor/mumbleAnd it's working!
You can add envoronement variable to the docker run command to custom your mumble server.
Here are the available variables:
| Variable | Usage | Default |
|---|---|---|
| SERVER_MSG | welcome message | Welcome! |
| SERVER_PASSWORD | server access password | no password |
| MAX_USERS | maximum number of users | 50 |
| CHANNEL_NAME | name of the root channel | Mumble server |
| SU_PASSWORD | superuser password | see docker logs |
Example :
docker run -d -e SERVER_MSG='Welcome on my mumble server!' -e MAX_USERS=100 -p 64738:64738 -p 64738:64738/udp opiumozor/mumbleContent type
Image
Digest
Size
100.3 MB
Last updated
almost 11 years ago
docker pull opiumozor/mumble