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

* chore(deps): update ghcr.io/nezhahq/nezha docker tag to v2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2026-02-25 10:05:18 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 5851b59bc4
commit 03ac527c72
8 changed files with 1 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
nezha:
image: ghcr.io/nezhahq/nezha:v2.0.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
volumes:
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
environment:
- NZ_LISTEN_PORT=${PANEL_APP_PORT_HTTP}
- NZ_LOCATION=Asia/Shanghai