KC_PROXY_HEADERS #1
Loading…
Reference in a new issue
No description provided.
Delete branch "meazdev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
bump version + some vars changes for consistancy + add KC_PROXY_HEADERS
About that
KC_PROXY_HEADERS
: I couldn't have proxy work without setting this. With it, everything works fine on home machine.meazdevto KC_PROXY_HEADERS@ -5,3 +5,3 @@
keycloak_command: '"start-dev"' # set to "start" to run in production mode
keycloak_db_name: 'keycloak'
keycloak_db_user: 'keycloak'
keycloak_db_user: 'keycloakadmin'
You need to leave the db username as is because thats what the default postgres docker expects.
other that this issue that you fixed, can I merge this?