Skip to content

Commit 5682583

Browse files
rootforbidthelamer
authored andcommitted
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.
1 parent 016cda4 commit 5682583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ param_container_name: "{{ project_name }}"
1919
param_usage_include_vols: true
2020
param_volumes:
2121
- { vol_path: "/config", vol_host_path: "</path/to/appdata/config>", desc: "Contains all relevant configuration files." }
22+
- { vol_path: "/downloads", vol_host_path: "</path/to/downloads>", desc: "Location of downloads on disk." }
2223
param_usage_include_ports: true
2324
param_ports:
2425
- { external_port: "6881", internal_port: "6881", port_desc: "tcp connection port" }

0 commit comments

Comments
 (0)