mirror of
https://github.com/Kori1c/ecs-controller.git
synced 2026-05-07 22:27:22 +08:00
14 lines
292 B
YAML
14 lines
292 B
YAML
services:
|
|
ecs-controller:
|
|
image: kori1c/ecs-controller:latest
|
|
container_name: ecs-controller
|
|
restart: always
|
|
ports:
|
|
- "43211:80"
|
|
volumes:
|
|
- ./data:/var/www/html/data
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
dns:
|
|
- 223.5.5.5
|
|
- 114.114.114.114 |