Update README.md

This commit is contained in:
Einar Forselv 2019-12-05 12:33:24 +01:00
parent 102073cb70
commit e01f7c6cff
1 changed files with 2 additions and 5 deletions

View File

@ -38,8 +38,6 @@ Automatically detects and backs up volumes, mysql, mariadb and postgres database
docker pull zettaio/restic-compose-backup docker pull zettaio/restic-compose-backup
``` ```
.. or clone this repo and build it.
## Configuration ## Configuration
Required env variables for restic: Required env variables for restic:
@ -81,7 +79,7 @@ version: '3'
services: services:
# The backup service # The backup service
backup: backup:
build: restic-compose-backup image: zettaio/restic-compose-backup
environment: environment:
- RESTIC_REPOSITORY=<whatever restic supports> - RESTIC_REPOSITORY=<whatever restic supports>
- RESTIC_PASSWORD=hopefullyasecturepw - RESTIC_PASSWORD=hopefullyasecturepw
@ -178,7 +176,6 @@ path `/databases/<service_name>/dump.sql` or similar.
restic-compose-backup.postgres: true restic-compose-backup.postgres: true
``` ```
## Running Tests ## Running Tests
```bash ```bash