feat: update Nezha 1.13.0

This commit is contained in:
arch3rPro
2025-07-08 21:54:13 +08:00
parent 30241e6324
commit 27efeccf8d
11 changed files with 60 additions and 17 deletions

View File

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