Make the CPU limit on ClamAV configurable via an env var.
This commit is contained in:
parent
6f20d223b1
commit
588e622c96
|
@ -21,7 +21,7 @@ services:
|
|||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.50'
|
||||
cpus: '${CLAMAV_CPU:-0.50}'
|
||||
networks:
|
||||
shared:
|
||||
ipv4_address: 10.10.10.100
|
||||
|
|
Reference in New Issue