From 43e55a392af139b148ba8f7051382b8b1a23892b Mon Sep 17 00:00:00 2001 From: fredriki <17081472+fredriki@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:13:54 +0100 Subject: [PATCH] Adding custom_apps volume (#108) To preserve custom apps installed between restarts and/or updates --- servapps/Nextcloud/cosmos-compose.json | 5 +++++ 1 file changed, 5 insertions(+) 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} , {