新版容器命令
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 7m12s

This commit is contained in:
2025-09-29 00:54:23 +08:00
parent 77d8735283
commit 60923e61c9
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ services:
networks:
- light-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/actuator/health"]
test: ["CMD", "curl", "-f", "https://localhost:8443/actuator/health", "--insecure"]
interval: 30s
timeout: 10s
retries: 3