We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016cda4 commit 5682583Copy full SHA for 5682583
readme-vars.yml
@@ -19,6 +19,7 @@ param_container_name: "{{ project_name }}"
19
param_usage_include_vols: true
20
param_volumes:
21
- { 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." }
23
param_usage_include_ports: true
24
param_ports:
25
- { external_port: "6881", internal_port: "6881", port_desc: "tcp connection port" }
0 commit comments