fix: secure the URL for admin console
This commit is contained in:
parent
a22d30d4bd
commit
2c0a2f1904
|
@ -19,7 +19,8 @@ services:
|
|||
- postgresql
|
||||
environment:
|
||||
- KC_PROXY_ADDRESS_FORWARDING=true
|
||||
- KC_HOSTNAME_STRICT=false
|
||||
- KC_HOSTNAME_STRICT=true
|
||||
- KC_HOSTNAME_ADMIN_URL=https://keycloak.jimsgarage.co.uk
|
||||
- KC_HOSTNAME=keycloak.jimsgarage.co.uk
|
||||
- KC_PROXY=edge
|
||||
- KC_HTTP_ENABLED=true
|
||||
|
|
Loading…
Reference in New Issue