From 25917f0883a55b60cccb62f713669f829ffa3e41 Mon Sep 17 00:00:00 2001 From: cppla Date: Tue, 1 Nov 2022 13:47:36 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ffef0..52bfd3c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ wget --no-check-certificate -qO ~/serverstatus-config.json https://raw.githubusercontent.com/cppla/ServerStatus/master/server/config.json && mkdir ~/serverstatus-monthtraffic docker run -d --restart=always --name=serverstatus -v ~/serverstatus-config.json:/ServerStatus/server/config.json -v ~/serverstatus-monthtraffic:/usr/share/nginx/html/json -p 80:80 -p 35601:35601 cppla/serverstatus:latest -`Docker-compose`: docker-compose up -d +`Docker-compose(推荐)`: docker-compose up -d ``` 【客户端】: