mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
10 lines
212 B
YAML
10 lines
212 B
YAML
services:
|
|
dashboard:
|
|
image: ghcr.io/nezhahq/nezha:latest
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:8008
|