From 59a2a51c6d8c00fd89dd3fb4534213b46e6f489b Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 16 Sep 2023 20:57:48 +0200 Subject: [PATCH] clamav also uses tini internally Signed-off-by: Simon L --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 869f9cae..77935415 100644 --- a/php/containers.json +++ b/php/containers.json @@ -507,7 +507,7 @@ "container_name": "nextcloud-aio-clamav", "display_name": "ClamAV", "image": "nextcloud/aio-clamav", - "init": true, + "init": false, "expose": [ "3310" ],