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

environment var. TZ for olefy, memcached, ipv6nat

b69a85d6
Christian Burmeister <[email protected]> 7 years ago
docker-compose.yml | 5 +++++
 1 file changed, 5 insertions(+)

Diff

diff --git a/docker-compose.yml b/docker-compose.yml
index 2fd233d7..d11f63d4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -248,6 +248,8 @@ services:
     memcached-mailcow:
       image: memcached:alpine
       restart: always
+      environment:
+        - TZ=${TZ}
       networks:
         mailcow-network:
           aliases:
@@ -413,6 +415,7 @@ services:
       restart: always
       build: ./data/Dockerfiles/olefy
       environment:
+        - TZ=${TZ}
         - OLEFY_BINDADDRESS=0.0.0.0
         - OLEFY_BINDPORT=10055
         - OLEFY_TMPDIR=/tmp
@@ -444,6 +447,8 @@ services:
         - watchdog-mailcow
         - dockerapi-mailcow
         - solr-mailcow
+      environment:
+        - TZ=${TZ}
       image: robbertkl/ipv6nat
       restart: always
       privileged: true