Update README.md
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
e1a53b0527
commit
be0eed1f39
|
@ -29,13 +29,15 @@ then `nano /root/clam/docker-compose.yml`
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
clam:
|
clamav:
|
||||||
image: git.nixc.us/colin/clam:production
|
image: git.nixc.us/colin/clam:production
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /:/scan
|
- /:/scan
|
||||||
- ./logs:/var/log/clamav
|
- ./logs:/var/log/clamav
|
||||||
- ./quarantine:/quarantine
|
- ./quarantine:/quarantine
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
```
|
```
|
||||||
|
|
||||||
Put this container in the crontab
|
Put this container in the crontab
|
||||||
|
|
Loading…
Reference in New Issue