From 1e05d4966bc38eddb74c9b74abfb38ba95dc0b58 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 8 Jan 2022 12:23:21 +0100 Subject: [PATCH] docs: fix backups volume mount in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 866b980..cdab28b 100644 --- a/README.md +++ b/README.md @@ -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