Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Added DB credentials to PostgreSQL sample (#202)
Browse files Browse the repository at this point in the history
I tried the manual yesterday - it doesn't work if u don't specify credentials of DB owner.
  • Loading branch information
Ivan Konstantinov authored and stianst committed Jun 27, 2019
1 parent e37043b commit ec4b1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/README.md
Expand Up @@ -119,7 +119,7 @@ First start a PostgreSQL instance using the PostgreSQL docker image:

Start a Keycloak instance and connect to the PostgreSQL instance:

docker run --name keycloak --net keycloak-network jboss/keycloak
docker run --name keycloak --net keycloak-network jboss/keycloak -e DB_USER=keycloak -e DB_PASSWORD=password

If you used a different name for the PostgreSQL instance to `postgres` you need to specify the `DB_ADDR` environment variable.

Expand Down

0 comments on commit ec4b1d3

Please sign in to comment.