diff --git a/serverstatus/docker-compose.yml b/serverstatus/docker-compose.yml new file mode 100644 index 0000000..8d08dad --- /dev/null +++ b/serverstatus/docker-compose.yml @@ -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 diff --git a/serverstatus/web/img/clients/ZA.png b/serverstatus/web/img/clients/ZA.png new file mode 100644 index 0000000..8f97391 Binary files /dev/null and b/serverstatus/web/img/clients/ZA.png differ