Update readme to connect to the dev DB
This commit is contained in:
parent
ade3cc5644
commit
9701c9c00f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user