aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e7e46f..3165535 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ See [Releases](https://github.com/jhalter/mobius/releases) page.
To run a Hotline server with a default, sample configuration with ports forwarded from the host OS to the container:
- docker run --rm -p 5500:5500 -p 5501:5501 ghcr.io/jhalter/mobius:latest
+ docker run --rm -p 5500:5500 -p 5501:5501 ghcr.io/jhalter/mobius-hotline-server:latest
You can now connect to localhost:5500 with your favorite Hotline client and play around, but all changes will be lost on container restart.