diff --git a/servapps/Nextcloud/cosmos-compose.json b/servapps/Nextcloud/cosmos-compose.json index ce43e281..712c5984 100644 --- a/servapps/Nextcloud/cosmos-compose.json +++ b/servapps/Nextcloud/cosmos-compose.json @@ -42,6 +42,11 @@ "source": "{ServiceName}-config", "target": "/var/www/html/config", "type": "volume" + }, + { + "source": "{ServiceName}-custom_apps", + "target": "/var/www/html/custom_apps", + "type": "volume" } {if Context.dataPath} , {