From 1dcfd7bb597bf4bdb58598540604d5d756841f9b Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 18 Sep 2022 13:10:24 +0800 Subject: [PATCH] Improve docker documentation Clarify that some paths should be full paths. Related #17729. PR #17736. --- dist/docker/Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/docker/Readme.md b/dist/docker/Readme.md index 5d8a36345..b4e2a73d1 100644 --- a/dist/docker/Readme.md +++ b/dist/docker/Readme.md @@ -48,8 +48,12 @@ It is also recommended to install Docker Compose as it can significantly ease th #### Volumes There are some paths involved: -* `/config` on your host machine will contain qBittorrent configurations -* `/downloads` on your host machine will contain the files downloaded by qBittorrent +* `/config` \ + Full path to a folder on your host machine which will store qBittorrent configurations. + Using relative path won't work. +* `/downloads` \ + Full path to a folder on your host machine which will store the files downloaded by qBittorrent. + Using relative path won't work. ## Running container