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: 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
``` ```