proxy adderss true without forgin and host name strict and http enabled
This commit is contained in:
+2
-2
@@ -122,13 +122,13 @@ services:
|
|||||||
KC_DB_URL: jdbc:postgresql://kk_db:5432/keycloak
|
KC_DB_URL: jdbc:postgresql://kk_db:5432/keycloak
|
||||||
KC_DB_USERNAME: postgres
|
KC_DB_USERNAME: postgres
|
||||||
KC_DB_PASSWORD: postgres
|
KC_DB_PASSWORD: postgres
|
||||||
PROXY_ADDRESS_FORWARDING: "true"
|
PROXY_ADDRESS_FORWARDING: true
|
||||||
KС_HTTPS_PORT: 8443
|
KС_HTTPS_PORT: 8443
|
||||||
KС_HTTP_PORT: 8080
|
KС_HTTP_PORT: 8080
|
||||||
KС_LOGLEVEL: INFO
|
KС_LOGLEVEL: INFO
|
||||||
KС_HTTP_PROXY: true
|
KС_HTTP_PROXY: true
|
||||||
KС_HTTPS_REDIRECT: false
|
KС_HTTPS_REDIRECT: false
|
||||||
KC_HOSTNAME_STRICT: "false"
|
KC_HOSTNAME_STRICT: false
|
||||||
KC_PROXY: edge
|
KC_PROXY: edge
|
||||||
KC_HTTP_ENABLED: "true"
|
KC_HTTP_ENABLED: "true"
|
||||||
command: start --optimized
|
command: start --optimized
|
||||||
|
|||||||
Reference in New Issue
Block a user