diff --git a/Dockerfile b/Dockerfile index 2f9566a..989f86b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,12 +10,6 @@ USER 0 # > Disables dynamically resolving the hostname from request headers ENV KC_HOSTNAME_STRICT=false -# See https://www.keycloak.org/server/reverseproxy -# > The proxy forwards the HTTPS connection to Keycloak without terminating TLS. -# > The secure connections between the server and clients are based on the keys -# > and certificates used by the Keycloak server. -ENV KC_PROXY=passthrough - # Copy our custom entrypoint in COPY ./entrypoint.bash .