From dc2d2a8f50912a2182da79336a9f902e73521b41 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Sep 2020 01:54:24 +0200 Subject: [PATCH] Fix typo in healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 43d4cae..0ce9554 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,7 @@ services: - KEYCLOAK_USER="${ADMIN_USERNAME}" - PROXY_ADDRESS_FORWARDING=true healthcheck: - test: ["CMD", "curl", "-f" "http://localhost:8080"] + test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 30s timeout: 10s retries: 10