chore: update keycloak startup command to use /auth relative path
This commit is contained in:
parent
1eec8441d7
commit
97d08e0043
|
|
@ -3,7 +3,7 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
keycloak:
|
keycloak:
|
||||||
image: quay.io/keycloak/keycloak:latest
|
image: quay.io/keycloak/keycloak:latest
|
||||||
command: start --optimized
|
command: start --http-relative-path /auth
|
||||||
environment:
|
environment:
|
||||||
KC_DB: postgres
|
KC_DB: postgres
|
||||||
KC_DB_URL: jdbc:postgresql://postgres-db:5432/keycloak
|
KC_DB_URL: jdbc:postgresql://postgres-db:5432/keycloak
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user