From f4944fbf92d5c2274eb28fa8d34d72a60e9b8266 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 17 Dec 2022 15:33:28 +0100 Subject: [PATCH] change clamd startup timeout to 90s 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 b757478c..77bbcb76 100644 --- a/php/containers.json +++ b/php/containers.json @@ -371,7 +371,8 @@ "3310" ], "environmentVariables": [ - "TZ=%TIMEZONE%" + "TZ=%TIMEZONE%", + "CLAMD_STARTUP_TIMEOUT=90" ], "volumes": [ {