From a5ebc0adec04f72862f1ec0ce697f34c99ab1569 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 14 Apr 2025 14:29:04 +0200 Subject: [PATCH] Update README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 58ebd98e59..16c8bfcc06 100644 --- a/tests/README.md +++ b/tests/README.md @@ -474,7 +474,7 @@ Note: The value for `ANTIVIRUS_CLAMAV_SOCKET` is an example which needs adaption according your OS. For antivirus running localy on Linux OS, use `ANTIVIRUS_CLAMAV_SOCKET= "/var/run/clamav/clamd.ctl"`. -For antivirus running localy on Mac OS, use `ANTIVIRUS_CLAMAV_SOCKET= "/tmp/clamd.socket"`. +For antivirus running localy on Mac OS, use `ANTIVIRUS_CLAMAV_SOCKET= "/tmp/clamd.sock"`. For antivirus running with docker, use `ANTIVIRUS_CLAMAV_SOCKET= "tcp://host.docker.internal:3310"` #### Run the Acceptance Test