1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 01:45:59 +00:00

Allow user skip unbound healthcheck

This commit is contained in:
KagurazakaNyaa
2024-01-18 23:28:03 +08:00
parent 76f8a5b7de
commit ed493f9c3a
2 changed files with 14 additions and 0 deletions

View File

@@ -363,6 +363,10 @@ SKIP_IP_CHECK=n
SKIP_HTTP_VERIFICATION=n
# Skip DNS check in Unbound container - y/n
SKIP_DNS_CHECK=n
# Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n
SKIP_CLAMD=${SKIP_CLAMD}