From d433e138c9a79a4d8f25ef546ffe2364ee07ed02 Mon Sep 17 00:00:00 2001 From: Pau Rodriguez-Estivill Date: Sat, 9 Mar 2019 20:25:50 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec9886..25a1467 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ services: - BACKUP_KEEP_WEEKS=4 - BACKUP_KEEP_MONTHS=6 - HEALTHCHECK_PORT=80 - + ``` ### Environment Variables @@ -53,7 +53,7 @@ Most variables are the same as [postgres official image](https://hub.docker.com/ | env variable | description | |--|--| | POSTGRES_HOST | postgres connection parameter; postgres host. | -| POSTGRES_DB | postgres connection parameter; postgres database to connect to. | +| POSTGRES_DB | coma list of postgres databases to connect to. | | POSTGRES_USER | postgres connection parameter; postgres user to connect with. | | POSTGRES_PASSWORD | postgres connection parameter; postgres password to connect with. | | POSTGRES_PASSWORD_FILE | alternative to POSTGRES_PASSWORD, to use with docker secrets. |