Update readme-vars.yml

removed brackets and ensured absolute paths
This commit is contained in:
driz
2020-03-23 11:05:30 -04:00
committed by GitHub
parent b6b81e45c9
commit 4be7abe8f6

View File

@@ -26,9 +26,9 @@ development_versions_items:
param_container_name: "{{ project_name }}" 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/data>", desc: "Database and Radarr configs" } - { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Database and Radarr configs" }
- { vol_path: "/movies", vol_host_path: "<path/to/movies>", desc: "Location of Movie library on disk (See note in Application setup)" } - { vol_path: "/movies", vol_host_path: "/path/to/movies", desc: "Location of Movie library on disk (See note in Application setup)" }
- { vol_path: "/downloads", vol_host_path: "<path/to/downloadclient-downloads>", desc: "Location of download managers output directory (See note in Application setup)" } - { vol_path: "/downloads", vol_host_path: "/path/to/downloadclient-downloads", desc: "Location of download managers output directory (See note in Application setup)" }
param_usage_include_ports: true param_usage_include_ports: true
param_ports: param_ports: