From 331edfa762e2e53fa0d5bd09fc1e4977f6c9de43 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:53:23 -0800 Subject: Update Docker image reference in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit