mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
12 lines
185 B
YAML
12 lines
185 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
dashboard:
|
|
image: image_url
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
ports:
|
|
- nz_site_port:80
|
|
- nz_grpc_port:5555
|