diff options
Diffstat (limited to 'Services/postgres/README.md')
-rw-r--r-- | Services/postgres/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/postgres/README.md b/Services/postgres/README.md index 44a9a65..313d67a 100644 --- a/Services/postgres/README.md +++ b/Services/postgres/README.md @@ -26,9 +26,11 @@ Build the container ## Accessing server access to the running database + psql -U postgres -h localhost -p 5432 access to the container itself + docker exec -it mongo bash ## Related Resources |