nezha/script/docker-compose.yaml

12 lines
185 B
YAML
Raw Normal View History

2020-11-29 22:17:40 +08:00
version: "3.3"
services:
dashboard:
2021-04-11 20:41:14 +08:00
image: image_url
2020-11-29 22:17:40 +08:00
restart: always
volumes:
- ./data:/dashboard/data
ports:
- nz_site_port:80
- nz_grpc_port:5555