]> git.r.bdr.sh - rbdr/mobius/commitdiff
Remove unneeded -init from Docker example
authorJeff Halter <redacted>
Mon, 13 Jun 2022 01:11:10 +0000 (18:11 -0700)
committerGitHub <redacted>
Mon, 13 Jun 2022 01:11:10 +0000 (18:11 -0700)
README.md

index 63514818de636c45372a87ecb70973eafd7ef3b0..5dc6ceb2a14dafce86ad8c2cbf4ef60af6c8c9fc 100644 (file)
--- 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.