[Config] Change order of generate_config watchdog values
parent
e8ccd24f57
commit
f03a4104e4
|
@ -232,15 +232,15 @@ SKIP_SOLR=${SKIP_SOLR}
|
|||
|
||||
SOLR_HEAP=1024
|
||||
|
||||
# Enable watchdog (watchdog-mailcow) to restart unhealthy containers
|
||||
|
||||
USE_WATCHDOG=y
|
||||
|
||||
# Allow admins to log into SOGo as email user (without any password)
|
||||
|
||||
ALLOW_ADMIN_EMAIL_LOGIN=n
|
||||
|
||||
# Send notifications by mail (sent from watchdog@MAILCOW_HOSTNAME)
|
||||
# Enable watchdog (watchdog-mailcow) to restart unhealthy containers
|
||||
|
||||
USE_WATCHDOG=y
|
||||
|
||||
# Send watchdog notifications by mail (sent from watchdog@MAILCOW_HOSTNAME)
|
||||
# CAUTION:
|
||||
# 1. You should use external recipients
|
||||
# 2. Mails are sent unsigned (no DKIM)
|
||||
|
|
Loading…
Reference in New Issue