mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
Fix mistake in README
This commit is contained in:
parent
63961cd826
commit
982f4fe191
@ -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:
|
For example, if you wanted to use `rsync`, define your Docker image like this:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
ARG version=canary
|
FROM offen/docker-volume-backup:v2
|
||||||
FROM offen/docker-volume-backup:$version
|
|
||||||
|
|
||||||
RUN apk add rsync
|
RUN apk add rsync
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user