Skip to content

Commit

Permalink
docs: Add to Docker setup (#1204)
Browse files Browse the repository at this point in the history
- add command to enter psql interface from command line.
  • Loading branch information
markgomer authored and jrgemignani committed Dec 13, 2023
1 parent 328a221 commit 2b5b547
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ docker run \
apache/age
```

<h5> Enter PostgreSQL's psql: </h5>

```bash
docker exec -it age psql -d postgresDB -U postgresUser
```



<h2><img height="20" src="/img/contents.svg">&nbsp;&nbsp;Post Installation</h2>
Expand Down

0 comments on commit 2b5b547

Please sign in to comment.