diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-22 17:53:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 17:53:46 -0700 |
| commit | 3e4a52ed34b130743164d6d77f31a1fc67f161c8 (patch) | |
| tree | 1ab969955f1d03768c75ac01f86adbd17859baf8 | |
| parent | 4954caf8e103611c106d14a596a04be7c13a2e5f (diff) | |
Update README.md
Correct docker image path
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |