mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Merge pull request #101 from Umar-37/patch-1
Update docker-compose.yaml
This commit is contained in:
commit
379113a824
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue