diff --git a/readme-vars.yml b/readme-vars.yml index 232893c..3466aaa 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -33,7 +33,7 @@ param_ports: param_usage_include_vols: true 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/{{ project_name }}/config", desc: "Persistent config files" } # application setup block app_setup_block_enabled: true