From 4ff9d1b136d7dac51f325ebd9a3533960b18e83f Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 16 Jun 2023 14:24:44 +0200 Subject: [PATCH] make imaginary 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 1fadc91f..fc46b73d 100644 --- a/php/containers.json +++ b/php/containers.json @@ -525,7 +525,8 @@ ], "networks": [ "nextcloud-aio" - ] + ], + "read_only": true }, { "container_name": "nextcloud-aio-fulltextsearch",