From 9701c9c00f1eb62f4daa900805f3951f1d93d419 Mon Sep 17 00:00:00 2001 From: Lucas BEE Date: Sun, 19 Feb 2017 11:45:34 +0000 Subject: [PATCH] Update readme to connect to the dev DB --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4447e2d..3851b05 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,7 @@ yarn start ## Connect to the database ``` -docker run -it --rm --link canape_postgresql_dev:postgres postgres:9.5 psql -h postgres -U test -``` - -You'll need to connect to the dev database with this command: - -``` -\c dev +docker run -it --rm -e PGPASSWORD=test --link canape_postgresql_dev:postgres postgres:9.5 psql -h postgres -U test -d dev ``` ## Default users