Create README.md

This commit is contained in:
root 2022-09-10 22:52:22 +00:00
parent 9f447c03bf
commit 9823c0a39c
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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