diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 14:54:24 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-10 14:54:24 +0530 |
| commit | 93e44e57fbbb86df7a03c6d9ecfa751fb22342a1 (patch) | |
| tree | 526824b4f6571519bb55c8a8c090fee90e2aeab0 /Readme.MD | |
| parent | 69868a6899c09e13da52a2675349ccbab2858995 (diff) | |
| download | vaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.tar.gz vaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.zip | |
works for:
- vainsocial.com
- pg for web
- pg for raw
- pgAdmin
Diffstat (limited to 'Readme.MD')
| -rw-r--r-- | Readme.MD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |
