reverted db password as docker postgres expects db name and db username to be the same
This commit is contained in:
parent
3e9a7ee704
commit
e8b9a478ff
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ keycloak_image: 'quay.io/keycloak/keycloak'
|
|||
keycloak_version: '25.0.2'
|
||||
keycloak_command: '"start-dev"' # set to "start" to run in production mode
|
||||
keycloak_db_name: 'keycloak'
|
||||
keycloak_db_user: 'keycloakadmin'
|
||||
keycloak_db_user: 'keycloak'
|
||||
keycloak_db_password: 'password'
|
||||
keycloak_db_host: 'postgres'
|
||||
keycloak_db_port: '5432'
|
||||
|
|
Loading…
Reference in a new issue