mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
Improve docker documentation
Clarify that some paths should be full paths. Related #17729. PR #17736.
This commit is contained in:
parent
b28704a6ec
commit
1dcfd7bb59
8
dist/docker/Readme.md
vendored
8
dist/docker/Readme.md
vendored
@ -48,8 +48,12 @@ It is also recommended to install Docker Compose as it can significantly ease th
|
|||||||
#### Volumes
|
#### Volumes
|
||||||
|
|
||||||
There are some paths involved:
|
There are some paths involved:
|
||||||
* `<your_path>/config` on your host machine will contain qBittorrent configurations
|
* `<your_path>/config` \
|
||||||
* `<your_path>/downloads` on your host machine will contain the files downloaded by qBittorrent
|
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
|
## Running container
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user