Sign inSign up

opiumozor/mumble

By opiumozor

Updated almost 11 years ago

Easy to use dockerised mumble server.

Image
2

507

opiumozor/mumble repository overview

mumble-docker

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

Basic usage

Pull the image from Docker hub:

  • docker pull opiumozor/mumble

Start the server:

  • docker run -d -p 64738:64738 -p 64738:64738/udp opiumozor/mumble

And it's working!

Custom usage

You can add envoronement variable to the docker run command to custom your mumble server.

Here are the available variables:

VariableUsageDefault
SERVER_MSGwelcome messageWelcome!
SERVER_PASSWORDserver access passwordno password
MAX_USERSmaximum number of users50
CHANNEL_NAMEname of the root channelMumble server
SU_PASSWORDsuperuser passwordsee 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/mumble

Tag summary

Content type

Image

Digest

Size

100.3 MB

Last updated

almost 11 years ago

docker pull opiumozor/mumble