aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-22 17:53:46 -0700
committerGitHub <noreply@github.com>2024-07-22 17:53:46 -0700
commit3e4a52ed34b130743164d6d77f31a1fc67f161c8 (patch)
tree1ab969955f1d03768c75ac01f86adbd17859baf8
parent4954caf8e103611c106d14a596a04be7c13a2e5f (diff)
Update README.md
Correct docker image path
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5b5014..7e6b111 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ sudo docker run \
-p 5500:5500 \
-p 5501:5501 \
-v $HLFILES:/usr/local/var/mobius/config \
- ghcr.io/jhalter/mobius:latest \
+ ghcr.io/jhalter/mobius-hotline-server:latest \
-init
```