mirror of
https://github.com//cppla/ServerStatus
synced 2026-03-26 00:09:49 +08:00
Update README.md
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
`arm64`: docker pull cppla/serverstatus:arm
|
`arm64`: docker pull cppla/serverstatus:arm
|
||||||
|
|
||||||
mkdir /serverstatus && cd /serverstatus && wget https://raw.githubusercontent.com/cppla/ServerStatus/master/autodeploy/config.json
|
mkdir /serverstatus && cd /serverstatus && wget https://raw.githubusercontent.com/cppla/ServerStatus/master/autodeploy/config.json
|
||||||
|
|
||||||
docker run -d --restart=always --name=serverstatus -v /serverstatus/config.json:/ServerStatus/server/config.json -v /serverstatus/json:/usr/share/nginx/html/json -p 80:80 -p 35601:35601 cppla/serverstatus:latest
|
docker run -d --restart=always --name=serverstatus -v /serverstatus/config.json:/ServerStatus/server/config.json -v /serverstatus/json:/usr/share/nginx/html/json -p 80:80 -p 35601:35601 cppla/serverstatus:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user