diff --git a/Dockerfile_keycloak b/Dockerfile_keycloak index 56836c093..ade7a46c2 100644 --- a/Dockerfile_keycloak +++ b/Dockerfile_keycloak @@ -11,4 +11,4 @@ RUN chmod -R 775 /opt/keycloak/data/import USER keycloak ENTRYPOINT sed -i -E "s#http://localhost:[0-9]*#$SSP_WEB_HOST#g" opt/keycloak/data/import/realm-export.json && \ -/opt/keycloak/bin/kc.sh start --hostname=$SSP_AUTH_HOST --import-realm --spi-theme-static-max-age=-1 --spi-theme-cache-themes=false --spi-theme-cache-templates=false --spi-theme-welcome-theme=uid-theme --health-enabled=true --metrics-enabled=true --features=declarative-user-profile --spi-connections-jpa-legacy-migration-strategy=update \ No newline at end of file +/opt/keycloak/bin/kc.sh start --hostname=$SSP_AUTH_HOST --import-realm --spi-theme-static-max-age=-1 --spi-theme-cache-themes=false --spi-theme-cache-templates=false --spi-theme-welcome-theme=uid-theme --health-enabled=true --metrics-enabled=true --spi-connections-jpa-legacy-migration-strategy=update \ No newline at end of file