aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2025-11-14 14:53:23 -0800
committerGitHub <noreply@github.com>2025-11-14 14:53:23 -0800
commit331edfa762e2e53fa0d5bd09fc1e4977f6c9de43 (patch)
tree3e4bab1b00ff3835b6551e5b8f3d28c48285ad6e
parente61b3160bc8936b7ffb0af5c89b13742a7081826 (diff)
Update Docker image reference in README
-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.