You've already forked docker-volume-backup
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user