summaryrefslogtreecommitdiffstats
path: root/Services/postgres
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-20 17:00:41 +0100
committerstartxfr <clarue@startx.fr>2014-11-20 17:00:41 +0100
commitda24c283afeeb8087b92c2f463ffe5cc73df0c29 (patch)
tree6dc098c55699299edf193fc05f0a7efadecd7e3f /Services/postgres
parent078fc3dde73e6c80aef1b4ff9d3dcbf0789da724 (diff)
downloadphpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.gz
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.bz2
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.xz
phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.zip
modif de code example dans les readme
Diffstat (limited to 'Services/postgres')
-rw-r--r--Services/postgres/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 9268f9d..44a9a65 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -25,9 +25,12 @@ Build the container
docker run -d -p 5432:5432 --name="postgres" sv-postgres
## 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
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/postgres)
* [Github STARTX profile](https://github.com/startxfr/docker-images)