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