mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
15 lines
321 B
YAML
15 lines
321 B
YAML
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
|