From c340921fbb68a7c1c4f6ecaccb2b6d534e53bfb7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 3 Jun 2024 19:12:49 +0200 Subject: [PATCH] refactor --- templates/compose/sonarqube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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