Skip to content

gravufo/murmur-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for murmur (mumble-server)

This image uses the static linux binary from the official Mumble website, making it extremely small (~14 MB).

Base Docker Image

Installation

  1. Install Docker.

  2. Download docker image: docker pull gravufo/mumble

Usage

To launch it, just type:

docker run -d --name mumble-server --restart unless-stopped -p 64738:64738 -p 64738:64738/udp -v [your config folder]:/data gravufo/murmur

Or, with Compose:

git clone https://github.com/gravufo/murmur-docker
cd murmur-docker
docker-compose up -d