Basic Mumble Server Configuration with SuperUser access
10K+
To start the image:
docker run -d -p 64738:64738 -p 2222:22 dcshock/docker-mumble-server
or use this if you would like to avoid the ssh security hole.
docker run -d -p 64738:64738 dcshock/docker-mumble-server
SuperUser has a default password of "admin". SSH can be accessed using the user "admin" password of "admin". This should be changed immediately if you are exposing the ssh port.
To switch to root use the command
sudo su - root
Content type
Image
Digest
sha256:ace6b0e0b…
Size
106.1 MB
Last updated
almost 11 years ago
docker pull dcshock/docker-mumble-server