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