v2.5.5: fix 404 after panel update

This commit is contained in:
orohi
2026-07-28 10:26:08 +03:00
parent 2973b96713
commit 2808a49fa5
8 changed files with 155 additions and 31 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ services:
- amnezia_data:/app/data
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://127.0.0.1:5000/docs >/dev/null || exit 1"]
test: ["CMD-SHELL", "curl -fsS http://127.0.0.1:5000/health >/dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 3