From c2f62e9d34248432ee31144378ba9c6900ac974a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:06:39 -0700 Subject: Update README.md Add --pull=always to Docker example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit