#113 Fix second case of incorrect KC_DB

This commit is contained in:
Joey Hafner 2024-01-04 11:37:36 -08:00
parent 8d8f5ae7f5
commit ed425c1f7a

View File

@ -16,7 +16,7 @@ FROM quay.io/keycloak/keycloak:latest
COPY --from=builder /opt/keycloak/ /opt/keycloak/
# change these values to point to a running postgres instance
ENV KC_DB=${DB:-keycloak}
ENV KC_DB=${DB:-postgres}
ENV KC_DB_URL=${DB_URL:-postgres}
ENV KC_DB_USERNAME=${DB_USER:-keycloak}
ENV KC_DB_PASSWORD=${DB_PASS:-changeme}