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 13, 2023
1 parent cc20d26 commit f6895fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions servapps/Navidrome/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
{
"source": "{ServiceName}-data",
"target": "/data",
"type": "volume",
"type": "volume"
}
{if Context.musicPath}
, {
"source": "{Context.musicPath}",
"target": "/music",
"type": "bind",
"type": "bind"
}
{/if}
],
Expand All @@ -53,7 +53,7 @@
"SmartShield": {
"Enabled": true
},
"AuthEnabled": true,
"AuthEnabled": true
{if Context.adminOnly}
, "AuthAdmin": true
{/if}
Expand Down

0 comments on commit f6895fe

Please sign in to comment.