mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
update serverstatus
This commit is contained in:
14
serverstatus/docker-compose.yml
Normal file
14
serverstatus/docker-compose.yml
Normal 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
|
BIN
serverstatus/web/img/clients/ZA.png
Normal file
BIN
serverstatus/web/img/clients/ZA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user