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 watchdog, add IPV6_NETWORK to watchdog env vars

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

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index d21a09db..bc454516 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -365,7 +365,7 @@ services:
         - /lib/modules:/lib/modules:ro
 
     watchdog-mailcow:
-      image: mailcow/watchdog:1.62
+      image: mailcow/watchdog:1.63
       # Debug
       #command: /watchdog.sh
       dns:
@@ -376,6 +376,7 @@ services:
         - ./data/assets/ssl:/etc/ssl/mail/:ro
       restart: always
       environment:
+        - IPV6_NETWORK=${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64}
         - LOG_LINES=${LOG_LINES:-9999}
         - TZ=${TZ}
         - DBNAME=${DBNAME}