Skip to content

Commit b258aec

Browse files
committed
Linting
1 parent e150569 commit b258aec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ run
4848

4949
#### DB tool:
5050

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

5355
```bash
5456
$ psql "postgres://$DATABASE_OWNER:$DATABASE_OWNER_PASSWORD@localhost:6543/$DATABASE_NAME"

0 commit comments

Comments
 (0)