From 6c98bade99186572910c1fe78e0aa08dde2e82af Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 4 Jan 2024 15:29:51 -0800 Subject: [PATCH] #117 Update healthcheck test URL --- fighter/config/keycloak/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fighter/config/keycloak/docker-compose.yml b/fighter/config/keycloak/docker-compose.yml index ddcc42a..7061138 100644 --- a/fighter/config/keycloak/docker-compose.yml +++ b/fighter/config/keycloak/docker-compose.yml @@ -37,7 +37,7 @@ services: restart: "no" command: start-dev --hostname-url=https://keycloak.jafner.net --proxy=passthrough healthcheck: - test: ["CMD", "curl", "-f", "http://keycloak"] + test: ["CMD", "curl", "-f", "http://0.0.0.0:8080"] interval: 2m timeout: 10s retries: 3