changed DB_SERVER into DB_HOST

This commit is contained in:
Claudio Altamura
2019-05-29 13:26:09 +02:00
parent 6bd534258e
commit 0ed89369a9

View File

@@ -88,7 +88,7 @@ Along with the Environment Variables from the [Base image](https://hub.docker.co
|-----------|-------------|
| `COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, or none `NONE` - Default `GZ`
| `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