From be0eed1f3959ffb4b5d42bda56c332fe4bf3aac1 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 18 Jan 2024 20:25:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3668636..08afc88 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,15 @@ then `nano /root/clam/docker-compose.yml` version: '3.8' services: - clam: + clamav: image: git.nixc.us/colin/clam:production read_only: true volumes: - /:/scan - ./logs:/var/log/clamav - ./quarantine:/quarantine + tmpfs: + - /tmp ``` Put this container in the crontab