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:
rootforbid 2019-03-25 03:33:17 -07:00 committed by Ryan Kuba
parent 016cda48e9
commit 56825832fd

View file

@ -19,6 +19,7 @@ param_container_name: "{{ project_name }}"
param_usage_include_vols: true param_usage_include_vols: true
param_volumes: param_volumes:
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Contains all relevant configuration files." } - { 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_usage_include_ports: true
param_ports: param_ports:
- { external_port: "6881", internal_port: "6881", port_desc: "tcp connection port" } - { external_port: "6881", internal_port: "6881", port_desc: "tcp connection port" }