mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-23 00:10:19 +00:00
Update docker-compose.yaml
change hostname to be same as service name
This commit is contained in:
parent
80d9a3c52b
commit
628ab3c3f8
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