#113 Fix incorrect KC_DB value

This commit is contained in:
Joey Hafner 2024-01-04 11:34:38 -08:00
parent 28add60e91
commit 8d8f5ae7f5

View File

@ -5,7 +5,7 @@ ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
# Configure a database vendor
ENV KC_DB=${DB:-keycloak}
ENV KC_DB=${DB:-postgres}
WORKDIR /opt/keycloak
# for demonstration purposes only, please make sure to use proper certificates in production instead