#113 Update start command per docs
https://www.keycloak.org/server/containers
This commit is contained in:
parent
4cae8709a7
commit
63e96a508a
@ -15,7 +15,7 @@ services:
|
||||
- keycloak
|
||||
keycloak:
|
||||
restart: "no"
|
||||
command: start --optimized #--hostname-url=https://keycloak.jafner.net --proxy=passthrough
|
||||
command: start --db=postgres --featurs=token-exchange --db-username=$KC_DB_USERNAME --db-password=$KC_DB_PASSWORD #--hostname-url=https://keycloak.jafner.net --proxy=passthrough
|
||||
env_file:
|
||||
- keycloak.env
|
||||
- keycloak_secrets.env
|
||||
|
Loading…
Reference in New Issue
Block a user