From: Jeff Halter Date: Fri, 13 Oct 2023 19:06:39 +0000 (-0700) Subject: Update README.md X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/c2f62e9d34248432ee31144378ba9c6900ac974a?hp=4f60d070052e104758671765e817d715996afa59 Update README.md Add --pull=always to Docker example --- diff --git a/README.md b/README.md index ab85c65..fc73a15 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The goal of the Mobius client is to make it fun and easy to connect to multiple If you run Docker, you can quickly try out the Mobius server with the official image from Docker hub: - docker run --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest + docker run --pull=always --rm -p 5500:5500 -p 5501:5501 jhalter/mobius-hotline-server:latest This will start the Mobius server with the Hotline ports 5500 and 5501 exposed on localhost using a default configuration from the image.