From cb1218c652aa50415e01e9d3c49fb32b60d4e746 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 6 Jun 2021 20:04:49 +0100 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..309c9ab --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +clamav +=== + +A container image that runs ClamAV and clamav-milter, with +additional "unofficial" signatures from sanesecurity and +other sources, self-updating. + +Define CLAMD_PORT and MILTER_PORT to control where the daemons +should listen. + -- GitLab