1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-08-05 09:49:57 +02:00

Improve docker documentation

Clarify that some paths should be full paths.

Related #17729.
PR #17736.
This commit is contained in:
Chocobo1 2022-09-18 13:10:24 +08:00 committed by GitHub
parent b28704a6ec
commit 1dcfd7bb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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