Update README.md
This commit is contained in:
parent
102073cb70
commit
e01f7c6cff
|
@ -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=<whatever restic supports>
|
||||
- RESTIC_PASSWORD=hopefullyasecturepw
|
||||
|
@ -178,7 +176,6 @@ path `/databases/<service_name>/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.
|
||||
Contributions are welcome regardless of experience level. Don't hesitate submitting issues, opening partial or completed pull requests.
|
||||
|
|
Loading…
Reference in New Issue