From e730103ed8527d0a8e614edf758adef62b225186 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sat, 23 Dec 2023 16:15:02 -0600 Subject: [PATCH] Readme adjustment Signed-off-by: Eric Nemchik --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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