From fb9c09b53207bf5d2112cf182193c0d92153593f Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 15 Nov 2025 21:45:44 +0100 Subject: [PATCH] fix: set external flag for nextcloud_aio_mastercontainer volume --- nextcloud/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index 5720363..aa03740 100644 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -56,3 +56,4 @@ networks: volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work + external: true \ No newline at end of file