From 70e043e64164b957a3b3d50a6238845a5c29ba56 Mon Sep 17 00:00:00 2001 From: Matei David Date: Wed, 18 Sep 2019 15:38:18 -0400 Subject: [PATCH] Fixed typo in Docker image doc. --- docs/content/install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/install.md b/docs/content/install.md index 6270202b6..adc77663f 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -105,9 +105,10 @@ rclone v1.49.1 There are a few command line options to consider when starting an rclone Docker container from the rclone image. -- You need to mount the host rclone config dir at `/config` into the Docker container. - Due to the way in which rclone updates tokens inside its config file, you need to - mount a host config dir, not just a host config file. +- You need to mount the host rclone config dir at `/config/rclone` into the Docker + container. Due to the fact that rclone updates tokens inside its config file, and that + the update process involves a file rename, you need to mount the whole host rclone + config dir, not just the single host rclone config file. - You need to mount a host data dir at `/data` into the Docker container.