mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 20:51:04 +08:00
10 lines
193 B
YAML
10 lines
193 B
YAML
services:
|
|
dashboard:
|
|
image: ghcr.io/nezhahq/nezha:v1.13.0
|
|
container_name: nezha-dashboard
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
ports:
|
|
- 8008:8008
|