From e01f7c6cff4e356ccaf27ffcf46fa59dcae162a6 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 5 Dec 2019 12:33:24 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39004fd..638c8f0 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ Automatically detects and backs up volumes, mysql, mariadb and postgres database docker pull zettaio/restic-compose-backup ``` -.. or clone this repo and build it. - ## Configuration Required env variables for restic: @@ -81,7 +79,7 @@ version: '3' services: # The backup service backup: - build: restic-compose-backup + image: zettaio/restic-compose-backup environment: - RESTIC_REPOSITORY= - RESTIC_PASSWORD=hopefullyasecturepw @@ -178,7 +176,6 @@ path `/databases//dump.sql` or similar. restic-compose-backup.postgres: true ``` - ## Running Tests ```bash @@ -196,4 +193,4 @@ python src/setup.py build_sphinx ## Contributing -Contributions are welcome regardless of experience level. Don't hesitate submitting issues, opening partial or completed pull requests. \ No newline at end of file +Contributions are welcome regardless of experience level. Don't hesitate submitting issues, opening partial or completed pull requests.