NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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 Rspadm and Dovecot images

7e0abcdc
andryyy <[email protected]> 7 years ago
docker-compose.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index a2bd18f9..139f05e4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -71,11 +71,12 @@ services:
             - clamd
 
     rspamd-mailcow:
-      image: mailcow/rspamd:1.41
+      image: mailcow/rspamd:1.42
       build: ./data/Dockerfiles/rspamd
       stop_grace_period: 30s
       depends_on:
         - nginx-mailcow
+        - dovecot-mailcow
       environment:
         - TZ=${TZ}
       volumes:
@@ -172,7 +173,7 @@ services:
             - sogo
 
     dovecot-mailcow:
-      image: mailcow/dovecot:1.71
+      image: mailcow/dovecot:1.72
       build: ./data/Dockerfiles/dovecot
       cap_add:
         - NET_BIND_SERVICE