Skip to content

Commit

Permalink
docs: Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 3, 2024
1 parent 305a7cd commit 573c7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ FROM quay.io/keycloak/keycloak:$KEYCLOAK_VERSION
COPY --from=builder /opt/keycloak/ /opt/keycloak/

# Our built-in defaults
# This assumes we are using a postgres database
# and there's one available (a Service) called database.
# The username and datadase name are both keycloak
ENV KC_DB=postgres
ENV KC_DB_URL=jdbc:postgresql://database/keycloak
ENV KC_DB_USERNAME=keycloak
Expand Down

0 comments on commit 573c7c5

Please sign in to comment.