Merge pull request #2891 from langfingaz/patch-1

docs: specify database and user role when running psql
This commit is contained in:
vabene1111
2024-01-22 14:20:51 +01:00
committed by GitHub

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