docs: fix backups volume mount in example
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-08 12:23:21 +01:00
parent 9f6620da11
commit 1e05d4966b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Successor to [this script](https://kolaente.dev/konrad/docker-database-backup).
Simply point it at your docker socket, mount a backup volume and be done:
```
docker run -v $PWD:/backups -v /var/run/docker.sock:/var/run/docker.sock kolaente/db-backup
docker run -v $PWD/backups:/backups -v /var/run/docker.sock:/var/run/docker.sock kolaente/db-backup
```
The tool will find all database containers and create backups of them periodically. It will also discover new containers