From 5ad26a42fd451441f8f08dbe4b96f5993d22e52f Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 24 Aug 2023 21:04:30 +0200 Subject: [PATCH] Update containers.json Signed-off-by: Zoey --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index a380e355..8d82bedd 100644 --- a/php/containers.json +++ b/php/containers.json @@ -661,7 +661,8 @@ "restart": "unless-stopped", "read_only": true, "tmpfs": [ - "/run/", + "/run", + "/conf", "/var/lib/haproxy" ] }