docs: specify database and user role when running psql

This commit is contained in:
Daniel Langbein
2024-01-19 15:12:56 +00:00
committed by GitHub
parent 5129ef77c9
commit a661eaf221

View File

@ -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