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] New images for PHP, Dovecot and Docker API

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

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index 462894fe..c45137d6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -95,7 +95,7 @@ services:
             - rspamd
 
     php-fpm-mailcow:
-      image: mailcow/phpfpm:1.25
+      image: mailcow/phpfpm:1.26
       build: ./data/Dockerfiles/phpfpm
       command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
       depends_on:
@@ -162,7 +162,7 @@ services:
             - sogo
 
     dovecot-mailcow:
-      image: mailcow/dovecot:1.47
+      image: mailcow/dovecot:1.48
       build: ./data/Dockerfiles/dovecot
       cap_add:
         - NET_BIND_SERVICE
@@ -374,11 +374,12 @@ services:
             - watchdog
 
     dockerapi-mailcow:
-      image: mailcow/dockerapi:1.23
+      image: mailcow/dockerapi:1.24
       restart: always
       build: ./data/Dockerfiles/dockerapi
       oom_kill_disable: true
       environment:
+        - DBROOT=${DBROOT}
         - TZ=${TZ}
       volumes:
         - /var/run/docker.sock:/var/run/docker.sock:ro