| 12345678910111213141516171819202122232425262728 |
- ---
- kind: compose
- metadata:
- name: Clamav
- description: >
- Docker compose setup for ClamAV, an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
- This template configures ClamAV with a freshclam service for automatic virus database updates and a clamav service for scanning files.
- Project: https://www.clamav.net/
- Documentation: https://docs.clamav.net/
- GitHub: https://github.com/Cisco-Talos/clamav
- version: 1.5.1
- author: Christian Lempa
- date: '2025-10-31'
- tags:
- - antivirus
- - security
- draft: true
- spec:
- general:
- vars:
- clamav_version:
- type: str
- description: Clamav version
- default: latest
|