mirror of https://github.com/cppla/ServerStatus
update readme
parent
333bc29c88
commit
25917f0883
|
@ -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
|
||||
```
|
||||
|
||||
【客户端】:
|
||||
|
|
Loading…
Reference in New Issue