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