From 7b7e3fdc049c045fda40cc40fc1134e15b5eb90e Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 19 Jun 2023 14:28:51 +0200 Subject: [PATCH] another attempt to fix backup restore Signed-off-by: Simon L --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 66cc2a7f..997cd57c 100644 --- a/php/containers.json +++ b/php/containers.json @@ -413,7 +413,8 @@ "apparmor_unconfined": true, "read_only": true, "tmpfs": [ - "/tmp" + "/tmp", + "/nextcloud_aio_volumes" ] }, {