nezha/script/docker-compose.yaml

12 lines
188 B
YAML
Raw Normal View History

2020-11-29 09:17:40 -05:00
version: "3.3"
services:
dashboard:
image: nz_image_url
2020-11-29 09:17:40 -05:00
restart: always
volumes:
- ./data:/dashboard/data
ports:
- nz_site_port:80
- nz_grpc_port:5555