Run update.sh
This commit is contained in:
parent
c477b5d8df
commit
1f22df8ea4
|
|
@ -83,6 +83,8 @@ The PostgreSQL image uses several environment variables which are easy to miss.
|
|||
|
||||
This environment variable is recommended for you to use the PostgreSQL image. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the `POSTGRES_USER` environment variable. In the above example, it is being set to "mysecretpassword".
|
||||
|
||||
Note: The PostgreSQL image sets up `trust` authentication locally so you may notice a password is not required when connecting from `localhost` (inside the same container). However, a password will be required if connecting from a different host/container.
|
||||
|
||||
### `POSTGRES_USER`
|
||||
|
||||
This optional environment variable is used in conjunction with `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 not specified, then the default user of `postgres` will be used.
|
||||
|
|
|
|||
Loading…
Reference in New Issue