fix(zlm): 修复 release 健康检查接口
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled

This commit is contained in:
lzh
2026-04-30 09:08:55 +08:00
parent 55c650b2fd
commit 7c2effce37

View File

@@ -255,7 +255,7 @@ services:
memory: 512m
cpus: '0.5'
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/api_summary"]
test: ["CMD", "curl", "-f", "http://localhost:7080/index/api/getServerConfig?secret=u3UapOhmZa9er7S37Hc2k695NlZOBYdB"]
interval: 30s
timeout: 10s
retries: 3