mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
Missing env [POSTGRESQL_PASSWORD] reference error in README.md file (#63887)
* Missing env [POSTGRESQL_PASSWORD] reference error in README.md file Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> * Review changes request applied! Co-authored-by: David Gomez <davidbhlm@gmail.com> Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> --------- Signed-off-by: Imran Hossain <50900791+gargximran@users.noreply.github.com> Co-authored-by: David Gomez <davidbhlm@gmail.com>
This commit is contained in:
@@ -85,6 +85,7 @@ docker build -t bitnami/APP:latest .
|
||||
| `PGBOUNCER_SERVER_TLS_PROTOCOLS` | PgBouncer server TLS authentication protocol | `secure` |
|
||||
| `PGBOUNCER_SERVER_TLS_CIPHERS` | PgBouncer server TLS authentication ciphers | `fast` |
|
||||
| `POSTGRESQL_USERNAME` | PostgreSQL backend default username | `postgres` |
|
||||
| `POSTGRESQL_PASSWORD` | Password for the PostgreSQL created user | `nil` |
|
||||
| `POSTGRESQL_DATABASE` | Default PostgreSQL database | `${PGBOUNCER_DATABASE}` |
|
||||
| `POSTGRESQL_HOST` | PostgreSQL backend hostname | `postgresql` |
|
||||
| `POSTGRESQL_PORT` | PostgreSQL backend port | `5432` |
|
||||
|
||||
Reference in New Issue
Block a user