From f99b525ac16b73df27eb6a2eeb42f2ccf2162c1e Mon Sep 17 00:00:00 2001 From: Melwin Kieffer Date: Fri, 6 Jul 2018 10:59:01 +0200 Subject: [PATCH] doc: fix DB_HOST environment variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e065757..f8dbf8d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Along with the Environment Variables from the [Base image](https://hub.docker.co | Parameter | Description | |-----------|-------------| | `DB_TYPE` | Type of DB Server to backup `couch` `influx` `mysql` `pgsql` `mongo` `redis` `rethink` -| `DB_SERVER` | Server Hostname e.g. `mariadb` +| `DB_HOST` | Server Hostname e.g. `mariadb` | `DB_NAME` | Schema Name e.g. `database` | `DB_USER` | username for the database - use `root` to backup all MySQL of them. | `DB_PASS` | (optional if DB doesn't require it) password for the database