diff --git a/servapps/Dashy/cosmos-compose.json b/servapps/Dashy/cosmos-compose.json index 6e7d361a..92ab7536 100644 --- a/servapps/Dashy/cosmos-compose.json +++ b/servapps/Dashy/cosmos-compose.json @@ -4,7 +4,7 @@ { "name": "configPath", "label": "What is the path to your conf.yml? (leave empty to not mount anything)", - "initialValue": "{DefaultDataPath}/app/public/conf.yml", + "initialValue": "{DefaultDataPath}/dashy", "type": "text" } ] @@ -28,7 +28,7 @@ {if Context.configPath} { "source": "{Context.configPath}", - "target": "/app/public/conf.yml", + "target": "/app/public/", "type": "bind" } {/if}