From 0dc82096f59951b2e6d3adf36318b267a887b479 Mon Sep 17 00:00:00 2001 From: cppla <10623809+cppla@users.noreply.github.com> Date: Tue, 21 Dec 2021 19:37:44 +0800 Subject: [PATCH] update 1.0.7 readme update 1.0.7 readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e135e35..7156e5d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ `OneTouch`: -wget --no-check-certificate -qO serverstatus-config.json https://raw.githubusercontent.com/cppla/ServerStatus/master/server/config.json && mkdir serverstatus-monthtraffic +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 `ServerStatus`: docker-compose up -d