From da24c283afeeb8087b92c2f463ffe5cc73df0c29 Mon Sep 17 00:00:00 2001 From: startxfr Date: Thu, 20 Nov 2014 17:00:41 +0100 Subject: modif de code example dans les readme --- Services/postgres/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Services/postgres') 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) -- cgit v1.2.3