We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DB_USER_IS_DB_NAME
DB_USER_IS_DB_OWNER
1 parent 4dee11a commit 3f4c446Copy full SHA for 3f4c446
README.md
@@ -185,7 +185,7 @@ docker run --name postgresql -itd --restart always \
185
186
In the above example `dbuser` with be granted access to both the `dbname1` and `dbname2` databases.
187
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.
+If you want `DB_USER` to have ownership of database listed in `DB_NAME`, you can set `DB_USER_IS_DB_OWNER` to true.
189
190
## Enabling extensions
191
0 commit comments