You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you have to send your rclone configuration (can create with sudo rclone config and should be under /root/.config/rclone/) to /var/lib/docker-plugins/rclone/config/rclone.conf
Compose File
Here's my compose file, obviously you have to make changes with regards to what you name your remote and where it all is on your file system, I also only use books
Intro
I'd like to share the way I set up my instance
-d
and remove any--rm
Rclone
You have to have Rclone installed and then you have to install the docker plugin for rclone
Basically
and then - make sure to have the version correct
docker plugin install rclone/docker-volume-rclone:amd64 args="-v" --alias rclone --grant-all-permissions
Then you have to send your rclone configuration (can create with
sudo rclone config
and should be under/root/.config/rclone/
) to/var/lib/docker-plugins/rclone/config/rclone.conf
Compose File
Here's my compose file, obviously you have to make changes with regards to what you name your remote and where it all is on your file system, I also only use books
The text was updated successfully, but these errors were encountered: