diff --git a/sources/keycloak/Dockerfile.orthanc-keycloak b/sources/keycloak/Dockerfile.orthanc-keycloak index 0916a47..b643ca0 100644 --- a/sources/keycloak/Dockerfile.orthanc-keycloak +++ b/sources/keycloak/Dockerfile.orthanc-keycloak @@ -8,6 +8,7 @@ FROM quay.io/keycloak/keycloak:26.0.7 AS builder WORKDIR /opt/keycloak ENV KC_DB=postgres ENV KC_HOSTNAME_=http://localhost/keycloak +ENV KC_HEALTH_ENABLED=true RUN mkdir themes/orthanc ADD keycloak/orthanc-theme /opt/keycloak/themes/orthanc