From d4bbbac7ae156c889c03a1a77c694ebe922ea747 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 15 Nov 2025 23:36:50 +0100 Subject: [PATCH] hotfix: external volume was breaking nextcloud --- nextcloud/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index aa03740..987c542 100644 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -55,5 +55,4 @@ networks: external: false 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 + name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work \ No newline at end of file