feat: update nezha 2.0.7

This commit is contained in:
arch3rPro
2026-04-07 05:32:25 +08:00
parent a31df60b8c
commit 50cfabba9a
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v2.0.7
container_name: ${CONTAINER_NAME}
restart: always
volumes:
- ./data:/dashboard/data
ports:
- ${PANEL_APP_PORT_HTTP}:8008