1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-12-21 19:24:18 +00:00

Remove unneccessary volume declaration

This commit is contained in:
Steffo 2023-06-18 20:42:57 +02:00
parent 184c18752e
commit 24ac8d2d3c
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -93,7 +93,7 @@ Backup solution for Docker volumes based on Duplicity
6. Log in to Google Drive and perform an initial backup with:
```console
# docker compose run -i --entrypoint=/bin/sh --volume='.:/mnt' --volume='duplicity_credentials:/var/lib/duplicity' duplicity /etc/periodic/daily/backup.sh
# docker compose run -i --entrypoint=/bin/sh duplicity /etc/periodic/daily/backup.sh
```
7. Properly start the container with: