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" ] }