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:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.50'
|
cpus: '${CLAMAV_CPU:-0.50}'
|
||||||
networks:
|
networks:
|
||||||
shared:
|
shared:
|
||||||
ipv4_address: 10.10.10.100
|
ipv4_address: 10.10.10.100
|
||||||
|
|
Reference in New Issue