From 4be7abe8f6a6c8f33293b17f07e41542f6c08cee Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:05:30 -0400 Subject: [PATCH] Update readme-vars.yml removed brackets and ensured absolute paths --- readme-vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 792d26d..ccec6ce 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -26,9 +26,9 @@ development_versions_items: param_container_name: "{{ project_name }}" param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "", desc: "Database and Radarr configs" } - - { vol_path: "/movies", vol_host_path: "", desc: "Location of Movie library on disk (See note in Application setup)" } - - { vol_path: "/downloads", vol_host_path: "", desc: "Location of download managers output directory (See note in Application setup)" } + - { 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: "/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_ports: