Skip to content

Commit 03c0054

Browse files
committed
README: use the rigth user for db access
Only kcidb_editor has the right permission. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
1 parent a3ad1a7 commit 03c0054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ docker logs postgres
163163
### Connecting to the Database
164164

165165
```bash
166-
docker exec -it postgres psql -U kcidb -d kcidb
166+
docker exec -it postgres psql -U kcidb_editor -d kcidb
167167
```
168168

169169
### Authentication

0 commit comments

Comments
 (0)