Skip to content

Commit 39227b3

Browse files
eleijonmarckbenjie
andauthored
Update docker/README.md
Co-Authored-By: Benjie Gillam <[email protected]>
1 parent 10e93b9 commit 39227b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ run
5151
To connect to the newly created container db with psql/{db tool} you connect to it by default if not anything else specified via port 6543 on localhost with the `DATABASE_NAME` specificed as such:
5252

5353
```bash
54-
$ psql postgres://$DATABASE_NAME@localhost:6543
54+
$ psql "postgres://$DATABASE_OWNER:$DATABASE_OWNER_PASSWORD@localhost:6543/$DATABASE_NAME"
5555
```
5656

5757
#### Use Case Example:

0 commit comments

Comments
 (0)