Elaboration on POSTGRES_PASSWORD

Added a note to explain that POSTGRES_PASSWORD is not the same as PGPASSWORD. Also, corrected markup issues.
This commit is contained in:
Noah A 2018-01-25 14:31:12 -08:00 committed by GitHub
parent 97dbbb6d63
commit a68def8839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This environment variable is recommended for you to use the PostgreSQL image. Th
Note 1: 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.
Note 2: This variable sets the superuser password in the PostgreSQL instance, and has no effect on the PGPASSWORD variable that may be used by the psql client. PGPASSWORD, if used, will be specified as a separate environment variable.
Note 2: This variable sets the superuser password in the PostgreSQL instance, and has no effect on the PGPASSWORD variable that may be used by the psql client. PGPASSWORD, if used, will be specified as a separate environment variable.
### `POSTGRES_USER`