From 838db89315192fcbaa8c7e59adcfaccfdc45da5a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 3 Dec 2024 10:29:55 +0100 Subject: [PATCH] add healtcheck for clamav Signed-off-by: Simon L. --- php/containers.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/php/containers.json b/php/containers.json index 30428150..142f2772 100644 --- a/php/containers.json +++ b/php/containers.json @@ -599,6 +599,14 @@ "image": "nextcloud/aio-clamav", "user": "100", "init": false, + "healthcheck": { + "start_period": "360s", + "test": "clamdcheck.sh", + "interval": "30s", + "timeout": "30s", + "start_interval": "5s", + "retries": 3 + }, "expose": [ "3310" ],