Browse Source

Updated some old documentation in the README

master
Chris Kankiewicz 8 years ago
parent
commit
b350d878a5
  1. 3
      README.md

3
README.md

@ -13,8 +13,7 @@ volume. This is not required but is _highly_ recommended.
docker volume create --name mumble-data
After the data-only container has been created run your server container with shared volumes from
the data-only container:
After the data volume has been created run the server container with the named data volume:
docker run -d -p 64738:64738 -p 64738:64738/udp -v mumble-data:/etc/mumble --name mumble-server phlak/mumble

Loading…
Cancel
Save