mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
rspamd: rename ENABLE_REDIS
& add persistence for Redis (#3143)
This commit is contained in:
parent
f0edcc28d9
commit
5e9849d94f
9 changed files with 32 additions and 17 deletions
|
@ -23,7 +23,7 @@ function setup_file() {
|
|||
# wait for ClamAV to be fully setup or we will get errors on the log
|
||||
_repeat_in_container_until_success_or_timeout 60 "${CONTAINER_NAME}" test -e /var/run/clamav/clamd.ctl
|
||||
|
||||
_wait_for_service redis
|
||||
_wait_for_service rspamd-redis
|
||||
_wait_for_service rspamd
|
||||
_wait_for_service clamav
|
||||
_wait_for_service postfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue