[Compose] Fix hard-coded SKIP_CLAMD
commit
86c4cd37b2
|
@ -181,7 +181,7 @@ SKIP_IP_CHECK=n
|
||||||
|
|
||||||
# Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
|
# Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
|
||||||
|
|
||||||
SKIP_CLAMD=n
|
SKIP_CLAMD=${SKIP_CLAMD}
|
||||||
|
|
||||||
# Skip Solr on low-memory systems
|
# Skip Solr on low-memory systems
|
||||||
SKIP_SOLR=${SKIP_SOLR}
|
SKIP_SOLR=${SKIP_SOLR}
|
||||||
|
|
Loading…
Reference in New Issue