mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-28 01:12:24 -04:00
Add -v /downloads to the docker command as it is exposed in the Dockerfile
Update the README.md to include `-v /downloads` to the docker command as it is exposed in the Dockerfile.
This commit is contained in:
parent
016cda48e9
commit
56825832fd
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ param_container_name: "{{ project_name }}"
|
|||
param_usage_include_vols: true
|
||||
param_volumes:
|
||||
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Contains all relevant configuration files." }
|
||||
- { vol_path: "/downloads", vol_host_path: "</path/to/downloads>", desc: "Location of downloads on disk." }
|
||||
param_usage_include_ports: true
|
||||
param_ports:
|
||||
- { external_port: "6881", internal_port: "6881", port_desc: "tcp connection port" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue