config: KC_DB_URL poort toegevoegd
This commit is contained in:
parent
4e87c8d819
commit
c7ab7817bc
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ services:
|
|||
KC_DB: 'postgres'
|
||||
KC_DB_USERNAME: 'keycloak'
|
||||
KC_DB_PASSWORD: 'ChangeMe'
|
||||
KC_DB_URL: 'jdbc:postgresql://keycloak-db/keycloak'
|
||||
KC_DB_URL: 'jdbc:postgresql://keycloak-db:5442/keycloak'
|
||||
|
||||
reverse-proxy:
|
||||
image: traefik:v3.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue