version: '3'
services:
clamav:
image: clamav/clamav:0.105.0
restart: always
ports:
- "3310:3310"
environment:
- CLAMAV_MAX_SCANSIZE=100M
- CLAMAV_MAX_FILESIZE=100M
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535
command: ["clamd", "--foreground"]
上一篇:AWSECS容器中的Hangfire重复作业在处理状态时被卡住。
下一篇:AWSECS上的Jenkins启动失败,原因是secrets-manager-credentials-provider-plugin。