Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Steps to try out the sample.

* checkout the code
* run postgres and pgAdmin using `docker-compose up`
* Using a browser go to `localhost:15432` and explore the pgAdmin console. There should be two
* Using a browser go to `localhost:15433` and explore the pgAdmin console. There should be two
databases `demo1` and `demo2`. pgAdmin will not ask for any passwords.
* run the spring boot sample application with `./mvnw spring-boot:run` you will need Java 11 JDK
installed for this command to work. If you are only interested in the postgres docker-compose
Expand Down