1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-29 05:46:50 +02:00

Fix mistake in README

This commit is contained in:
Frederik Ring
2022-12-30 16:16:46 +01:00
parent 63961cd826
commit 982f4fe191

View File

@@ -902,8 +902,7 @@ If you want to use a non-supported storage backend, or want to use a third party
For example, if you wanted to use `rsync`, define your Docker image like this:
```Dockerfile
ARG version=canary
FROM offen/docker-volume-backup:$version
FROM offen/docker-volume-backup:v2
RUN apk add rsync
```