From 382593d55382a99722a4adc007306fe3e110742d Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 10 Jul 2023 16:30:39 +0200 Subject: [PATCH] imaginary - add tmpfs in /tmp Signed-off-by: Simon L --- php/containers.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 5686ef6a..fb7dc70f 100644 --- a/php/containers.json +++ b/php/containers.json @@ -542,7 +542,10 @@ "networks": [ "nextcloud-aio" ], - "read_only": true + "read_only": true, + "tmpfs": [ + "/tmp" + ] }, { "container_name": "nextcloud-aio-fulltextsearch",