This commit is contained in:
Andras Bacsai 2024-06-03 19:12:49 +02:00
parent 30e26b101c
commit c340921fbb

View File

@ -19,7 +19,7 @@ services:
- sonarqube-logs:/opt/sonarqube/logs
- sonarqube-bundled-plugins:/opt/sonarqube/lib/bundled-plugins
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:9000"]
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:9000"]
interval: 5s
timeout: 20s
retries: 10