diff --git a/templates/compose/sonarqube.yaml b/templates/compose/sonarqube.yaml index f88c7c788..d5fd155c9 100644 --- a/templates/compose/sonarqube.yaml +++ b/templates/compose/sonarqube.yaml @@ -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