feat: update nezha 2.0.11

This commit is contained in:
arch3rPro
2026-05-20 05:32:19 +08:00
parent 5c5a655e0a
commit 495d24b7c9
5 changed files with 2 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v2.0.11
container_name: ${CONTAINER_NAME}
restart: always
volumes:
- ./data:/dashboard/data
ports:
- ${PANEL_APP_PORT_HTTP}:8008