KC_HOSTNAME_STRICT=false

This commit is contained in:
Andreas Knuth 2024-05-21 09:59:57 -05:00
parent 13ad2c5148
commit cff11eca48
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ services:
- KC_DB_USERNAME=keycloak - KC_DB_USERNAME=keycloak
- KC_DB_URL_HOST=postgres - KC_DB_URL_HOST=postgres
- KC_DB_URL_DATABASE=keycloak - KC_DB_URL_DATABASE=keycloak
- KC_HOSTNAME_STRICT=false
#- KC_LOG_LEVEL=ALL #- KC_LOG_LEVEL=ALL
depends_on: depends_on:
- postgres - postgres