From aff48b347932fc53c4759981d8843fc14181d122 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 31 May 2023 16:56:49 +0200 Subject: [PATCH] redis - enable readonlyrootfs 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 45af71e5..99776f45 100644 --- a/php/containers.json +++ b/php/containers.json @@ -219,7 +219,8 @@ "restart": "unless-stopped", "networks": [ "nextcloud-aio" - ] + ], + "read_only": true }, { "container_name": "nextcloud-aio-collabora",