X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/bbecef953b3b8907b2b1383773e385d282a8ad24..c4208f864659a6d5b5d9a2a7e0fe069565033f6b:/README.md diff --git a/README.md b/README.md index 9597ca3..1613833 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,21 @@ 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 TODO +### Docker + +To run the Mobius server from Docker with a local directory mounted for config and files, follow these steps: + +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` +4. Run the image: + `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