From 93e44e57fbbb86df7a03c6d9ecfa751fb22342a1 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Fri, 10 Feb 2017 14:54:24 +0530 Subject: works for: - vainsocial.com - pg for web - pg for raw - pgAdmin --- Readme.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Readme.MD') diff --git a/Readme.MD b/Readme.MD index 9e0bf2b..da7b53e 100644 --- a/Readme.MD +++ b/Readme.MD @@ -9,21 +9,21 @@ docker-compose up -d (if you want to run in background) http://localhost:5050/browser/ (fire up pgAdmin) Web: - - host: vainsocial_postgres_web + - host: vaindock_postgres_web - port: 5432 - user: vainweb - password: vainweb - db: vainsocial-web Raw: - - host: vainsocial_postgres_raw + - host: vaindock_postgres_raw - port: 5432 - user: vainraw - password: vainraw - db: vainsocial-raw - Running the Vainsocial.com + Running the vainsocial.com > only needed if you are running the container for the first time ``` -- cgit v1.3.1