Run Murmur in docker
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
root 9823c0a39c Create README.md 9 months ago
files Initial commit 9 months ago
Dockerfile Initial commit 9 months ago
README.md Create README.md 9 months ago

README.md

mumble server docker

clone the repo and change working directory to it then run

podman build -f ./Dockerfile --tag mumble-server


podman run -dt -p 64738:64738 -p 64738:64738/udp -v mumble-data:/data --name mumble-server mumble-server