docs: specify database and user role when running psql
This commit is contained in:
parent
5129ef77c9
commit
a661eaf221
@ -81,7 +81,7 @@ sudo mv -R ~/.docker/compose/postgres ~/.docker/compose/postgres.old
|
||||
```
|
||||
8. Install postgres extensions
|
||||
``` bash
|
||||
docker exec -it {{database_container}} psql
|
||||
docker exec -it {{database_container}} psql postgres -U {{djangouser}}
|
||||
```
|
||||
then
|
||||
``` psql
|
||||
|
Loading…
Reference in New Issue
Block a user