From 7af85a6982bc6f5ac9568a3416844685df3ba8c1 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 28 Jul 2023 17:14:49 +0200 Subject: [PATCH] make FTS read-only 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 34a7b0d248e..befcc581ba7 100644 --- a/php/containers.json +++ b/php/containers.json @@ -613,7 +613,8 @@ ], "networks": [ "nextcloud-aio" - ] + ], + "read_only": true } ] }