#113 Update start command per docs

https://www.keycloak.org/server/containers
This commit is contained in:
Joey Hafner 2024-01-04 11:49:41 -08:00
parent 4cae8709a7
commit 63e96a508a

View File

@ -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