diff --git a/php/containers.json b/php/containers.json index 17f60b2d7fdf..dd5357b0df5a 100644 --- a/php/containers.json +++ b/php/containers.json @@ -591,6 +591,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" ],