aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-12 18:11:10 -0700
committerGitHub <noreply@github.com>2022-06-12 18:11:10 -0700
commit6cb58d132bac1e23c7a7bdc35e605dfde4df9e76 (patch)
tree464336d998cfb8d3d3f8a3b009c7e8866ffe0cf8
parent1b75b4083565332cf5ac473f06d46e5023d02c61 (diff)
Remove unneeded -init from Docker example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6351481..5dc6ceb 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The goal of the Mobius client is to make it fun and easy to connect to multiple
If you run Docker, you can quickly try out the Mobius server with the official image from Docker hub:
- docker run --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest -init
+ docker run --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest
This will start the Mobius server with the Hotline ports 5500 and 5501 exposed on localhost using a default configuration from the image.