From 365e8f6f79d326ad6d2b5c4a2c83e5bba1a870d1 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 28 Jan 2025 12:16:51 +0100 Subject: [PATCH] whiteboard: add tmpfs in app as this seems to be required now Signed-off-by: Simon L. --- php/containers.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/containers.json b/php/containers.json index 57117d83..7a4d455f 100644 --- a/php/containers.json +++ b/php/containers.json @@ -857,6 +857,9 @@ "expose": [ "3002" ], + "tmpfs": [ + "/app" + ], "internal_port": "3002", "environment": [ "TZ=%TIMEZONE%",