#117 Update healthcheck test URL

This commit is contained in:
Joey Hafner 2024-01-04 15:29:51 -08:00
parent 585b12ca8e
commit 6c98bade99

View File

@ -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