PROXY_ADDRESS_FORWARDING=true

This commit is contained in:
Andreas Knuth 2024-05-21 10:27:51 -05:00
parent 47f3310589
commit 89808f47af
1 changed files with 1 additions and 1 deletions

View File

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