From 6a8bb39b63d60f08effb7f2cb9815a8a8d8d0b82 Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Sun, 21 Aug 2022 19:41:37 +0100 Subject: [PATCH] Change rclone config command to use this container instead of a separate rclone container --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d559719..2a3869a 100644 --- a/README.md +++ b/README.md @@ -184,12 +184,12 @@ In order to backup to cloud storage you need to provide a `rclone.conf` file. If you do not already have a `rclone.conf` file you can create one as follows: ``` -$ docker run -it --rm -v $PWD:/root/.config/rclone rclone/rclone config +$ docker run -it --rm -v $PWD:/root/.config/rclone --entrypoint rclone ghcr.io/ep1cman/unifi-protect-backup config ``` Follow the interactive configuration proceed, this will create a `rclone.conf` file in your current directory. -Finally start the container: +Finally, start the container: ``` docker run \ -e UFP_USERNAME='USERNAME' \