1
0

chore(deps): update ghcr.io/nezhahq/nezha docker tag to v2.0.5 (localApps) (#4287)

This commit is contained in:
renovate[bot]
2026-03-01 04:43:27 +00:00
committed by GitHub
parent 0aaba5a3d4
commit 1383619c2f
8 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v2.0.5
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8008
volumes:
- ./data:/dashboard/data
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true