mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
12 lines
189 B
YAML
12 lines
189 B
YAML
|
version: "3.3"
|
||
|
|
||
|
services:
|
||
|
dashboard:
|
||
|
image: ghcr.io/naiba/nezha-dashboard
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./data:/dashboard/data
|
||
|
ports:
|
||
|
- 8008:80
|
||
|
- 5555:5555
|