From 4bbd54dd06f1140f3d6dcccd2dc03b9dc6959d20 Mon Sep 17 00:00:00 2001 From: cppla Date: Fri, 27 Feb 2026 17:12:31 +0800 Subject: [PATCH] fix bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c0c2da..ac042cd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ docker build -f Dockerfile.server -t serverstatus-server . wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER={$SERVER} USER={$USER} >/dev/null 2>&1 & `Docker`: -docker run --restart=always --name=serverstatus-client --network=host -e SERVER=127.0.0.1 -e USER=s01 cppla/serverstatus:client +docker run -d --restart=always --name=serverstatus-client --network=host -e SERVER=127.0.0.1 -e USER=s01 cppla/serverstatus:client `Docker-compose`: docker compose -f docker-compose-client.yml up -d