Skip to content

Commit

Permalink
build(docker-compose): set PROXY_ADDRESS_FORWARDING to true (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kif-Fando authored Sep 2, 2021
1 parent fc3b4f7 commit 22d6094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: Pa55w0rd
KEYCLOAK_IMPORT: /opt/jboss/keycloak/imports/realm-export.json -Dkeycloak.profile.feature.upload_scripts=enabled
PROXY_ADDRESS_FORWARDING: 'true'
healthcheck:
test:
[
Expand Down

0 comments on commit 22d6094

Please sign in to comment.