update serverstatus

This commit is contained in:
Stille 2022-07-22 00:26:09 +08:00
parent 473df97a18
commit c9a55a07e0
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: "3"
services:
serverstatus:
image: stilleshan/serverstatus
container_name: serverstatus
ports:
- 8888:80
- 35601:35601
volumes:
# - ./web:/usr/share/nginx/html
- ./config.json:/ServerStatus/server/config.json
environment:
TZ: Asia/Shanghai
restart: always

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB