aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhalter <868228+jhalter@users.noreply.github.com>2022-06-04 18:18:12 -0700
committerGitHub <noreply@github.com>2022-06-04 18:18:12 -0700
commitd8e28ebc452ef2ebab2846451ce5589e028c5783 (patch)
treec094a5c38b9053f409071cfca9f2926da9693235
parent75b7ce6f806644d7b3d62c7dfaced270ed06154d (diff)
Update Docker instructions
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0a16b2b..1613833 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Run `mobius-hotline-server -help` for usage options.
### Linux
-Download a compiled release for your architecture from the Releases page
+Download a compiled release for your architecture from the Releases page or follow build from source instructions
### Windows
@@ -65,9 +65,8 @@ To run the Mobius server from Docker with a local directory mounted for config a
1. Clone this repo: `git clone https://github.com/jhalter/mobius.git`
2. Copy the config dir somewhere `cp -r cmd/mobius-hotline-server/mobius/config ~/mobius-config`
-3. Build the Docker image: `docker build . -t mobius-hotline-server:latest`
4. Run the image:
- `docker run --rm -p 5500:5500 -p 5501:5501 -v ~/mobius-config:/usr/local/var/mobius/config mobius-hotline-server:latest`
+ `docker run -p 5500:5500 -p 5501:5501 -v ~/mobius-config:/usr/local/var/mobius/config jhalter/mobius-hotline-server:0.3.0`
### Build from source