This commit is contained in:
Michael Grote 2024-03-03 20:37:18 +01:00 committed by mg
parent a9b2e4e826
commit 21d97816c2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
Keycloak:
image: quay.io/keycloak/keycloak:22.0.5
command: ['start']
command: ['start-dev', '--verbose']
environment:
KC_DB_PASSWORD: password
KC_DB_URL_HOST: keycloak-db