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: