aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2023-10-13 12:06:39 -0700
committerGitHub <noreply@github.com>2023-10-13 12:06:39 -0700
commitc2f62e9d34248432ee31144378ba9c6900ac974a (patch)
tree040a9b75cc834ec391818c4b062551b4b041c2bd
parent4f60d070052e104758671765e817d715996afa59 (diff)
Update README.md
Add --pull=always to Docker example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab85c65..fc73a15 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,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
+ docker run --pull=always --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.