Fix minor typo
This commit is contained in:
parent
382f88eee1
commit
f44468bff5
|
|
@ -66,7 +66,7 @@ example, it is being set to "mysecretpassword".
|
||||||
### `POSTGRES_USER`
|
### `POSTGRES_USER`
|
||||||
|
|
||||||
This optional environment variable is used in conjunction with
|
This optional environment variable is used in conjunction with
|
||||||
`POSTGRES_PASSWORD` to set a user and its password. This varible will create the
|
`POSTGRES_PASSWORD` to set a user and its password. This variable will create the
|
||||||
specified user with superuser power and a database with the same name. If it is
|
specified user with superuser power and a database with the same name. If it is
|
||||||
not specified, then the default user of `postgres` will be used.
|
not specified, then the default user of `postgres` will be used.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue