public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Compose] Update Rspamd, add IP networks for symbol not yet in use
84e76796
docker-compose.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 1ddf9de3..5bb961c0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -69,13 +69,15 @@ services:
- clamd
rspamd-mailcow:
- image: mailcow/rspamd:1.58
+ image: mailcow/rspamd:1.59
stop_grace_period: 30s
depends_on:
- nginx-mailcow
- dovecot-mailcow
environment:
- TZ=${TZ}
+ - IPV4_NETWORK=${IPV4_NETWORK:-172.22.1}
+ - IPV6_NETWORK=${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64}
volumes:
- ./data/hooks/rspamd:/hooks
- ./data/conf/rspamd/custom/:/etc/rspamd/custom