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
|
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
|
||||||
|
@ -196,4 +193,4 @@ python src/setup.py build_sphinx
|
||||||
|
|
||||||
## Contributing
|
## 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