Skip to content

Commit

Permalink
Update cosmos-compose.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Oct 24, 2023
1 parent ff798c7 commit 0c3aecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Dashy/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand All @@ -28,7 +28,7 @@
{if Context.configPath}
{
"source": "{Context.configPath}",
"target": "/app/public/conf.yml",
"target": "/app/public/",
"type": "bind"
}
{/if}
Expand Down

0 comments on commit 0c3aecd

Please sign in to comment.