mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
10 lines
192 B
YAML
10 lines
192 B
YAML
services:
|
|
dashboard:
|
|
image: ghcr.io/nezhahq/nezha:v2.0.5
|
|
container_name: nezha-dashboard
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
ports:
|
|
- 8008:8008
|