From e6b9f23e70ef8b8891a98b20da1c1c9aa5b0be4c Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 9 Aug 2023 10:54:50 +0200 Subject: [PATCH] Revert "make FTS read-only" --- php/containers.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/containers.json b/php/containers.json index d9cb2fe9..1ca7fa86 100644 --- a/php/containers.json +++ b/php/containers.json @@ -613,8 +613,7 @@ ], "networks": [ "nextcloud-aio" - ], - "read_only": true + ] } ] }