Wrong URL to KC_DB_URL_HOST
This commit is contained in:
parent
5879820fa1
commit
315b94ed48
|
@ -26,7 +26,7 @@ services:
|
|||
- KC_DB=postgres
|
||||
- KC_DB_USERNAME=keycloak
|
||||
- KC_DB_PASSWORD=SUPERsecret
|
||||
- KC_DB_URL_HOST=postgres
|
||||
- KC_DB_URL_HOST=postgresql
|
||||
- KC_DB_URL_PORT=5432
|
||||
- KC_DB_URL_DATABASE=keycloak
|
||||
- KEYCLOAK_ADMIN=admin
|
||||
|
|
Loading…
Reference in New Issue