打包测试

pull/2/head
perry 2023-05-18 15:07:11 +08:00
parent 40e61464a8
commit d463a122dc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
limits:
memory: 800MB
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:48080/admin-api/actuator/health"]
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
timeout: 30s
interval: 45s
retries: 3