mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Add RSPAMD_SKIP_CLAMD environment variable
This commit is contained in:
parent
7733844722
commit
8834d04146
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ services:
|
|||
- REDIS_SLAVEOF_PORT=${REDIS_SLAVEOF_PORT:-}
|
||||
- REDISPASS=${REDISPASS}
|
||||
- SPAMHAUS_DQS_KEY=${SPAMHAUS_DQS_KEY:-}
|
||||
- RSPAMD_SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||
volumes:
|
||||
- ./data/hooks/rspamd:/hooks:Z
|
||||
- ./data/conf/rspamd/custom/:/etc/rspamd/custom:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue