Browse Source

Improve docker documentation

Clarify that some paths should be full paths.

Related #17729.
PR #17736.
adaptive-webui-19844
Chocobo1 2 years ago committed by GitHub
parent
commit
1dcfd7bb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      dist/docker/Readme.md

8
dist/docker/Readme.md vendored

@ -48,8 +48,12 @@ It is also recommended to install Docker Compose as it can significantly ease th @@ -48,8 +48,12 @@ It is also recommended to install Docker Compose as it can significantly ease th
#### Volumes
There are some paths involved:
* `<your_path>/config` on your host machine will contain qBittorrent configurations
* `<your_path>/downloads` on your host machine will contain the files downloaded by qBittorrent
* `<your_path>/config` \
Full path to a folder on your host machine which will store qBittorrent configurations.
Using relative path won't work.
* `<your_path>/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

Loading…
Cancel
Save