Change rclone config command to use this container instead of a separate rclone container

This commit is contained in:
Sebastian Goscik
2022-08-21 19:41:37 +01:00
parent 49ddb081a8
commit 6a8bb39b63

View File

@@ -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: 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` Follow the interactive configuration proceed, this will create a `rclone.conf`
file in your current directory. file in your current directory.
Finally start the container: Finally, start the container:
``` ```
docker run \ docker run \
-e UFP_USERNAME='USERNAME' \ -e UFP_USERNAME='USERNAME' \