From 89984e6c92a0e735e2161910eb78ccc96ff649b7 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 17 Sep 2024 12:11:44 +0200 Subject: [PATCH] whiteboard: make the container read-only Signed-off-by: Simon L. --- php/containers.json | 1 + 1 file changed, 1 insertion(+) diff --git a/php/containers.json b/php/containers.json index 89d2367973a..a107df84a40 100644 --- a/php/containers.json +++ b/php/containers.json @@ -778,6 +778,7 @@ "profiles": [ "whiteboard" ], + "read_only": true, "networks": [ "nextcloud-aio" ],