fix(zlm): 修复 release 健康检查接口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user