Skip to content

Commit

Permalink
docs: Add to Docker setup (apache#1204)
Browse files Browse the repository at this point in the history
- add command to enter psql interface from command line.

(cherry picked from commit 25660e5)
  • Loading branch information
markgomer committed Oct 25, 2023
1 parent 92f972f commit e9dd371
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 e9dd371

Please sign in to comment.