Skip to content

Commit e150569

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

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
@@ -48,7 +48,7 @@ run
4848

4949
#### DB tool:
5050

51-
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:
51+
To connect to the container database with psql or another database tool, use port 6543 on localhost and populate the `DATABASE_NAME`, `DATABASE_OWNER` and `DATABASE_OWNER_PASSWORD` from your `.env` file:
5252

5353
```bash
5454
$ psql "postgres://$DATABASE_OWNER:$DATABASE_OWNER_PASSWORD@localhost:6543/$DATABASE_NAME"

0 commit comments

Comments
 (0)