From d8b9498ef915c27b8ab0d4b95e567132212cbd69 Mon Sep 17 00:00:00 2001 From: djuarezgf <46350150+djuarezgf@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:45:46 +0100 Subject: [PATCH] Update minimal/docker-compose.yml Co-authored-by: Jan <59206115+Threated@users.noreply.github.com> --- minimal/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/minimal/docker-compose.yml b/minimal/docker-compose.yml index 9c761af..e9f53d6 100644 --- a/minimal/docker-compose.yml +++ b/minimal/docker-compose.yml @@ -43,6 +43,7 @@ services: volumes: - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro healthcheck: + # Wait 1s before marking this service healthy. Required for the oauth2-proxy to talk to the OIDC provider on startup which will fail if the forward proxy is not started yet. test: ["CMD", "sleep", "1"] landing: