Skip to content

Commit 3f4c446

Browse files
committed
Fix typo in docs: DB_USER_IS_DB_NAME -> DB_USER_IS_DB_OWNER
1 parent 4dee11a commit 3f4c446

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
@@ -185,7 +185,7 @@ docker run --name postgresql -itd --restart always \
185185

186186
In the above example `dbuser` with be granted access to both the `dbname1` and `dbname2` databases.
187187

188-
If you want `DB_USER` to have ownership of database listed in `DB_NAME`, you can set `DB_USER_IS_DB_NAME` to true.
188+
If you want `DB_USER` to have ownership of database listed in `DB_NAME`, you can set `DB_USER_IS_DB_OWNER` to true.
189189

190190
## Enabling extensions
191191

0 commit comments

Comments
 (0)