From 2e6703aa02ecf7560251f29ec5028da3400da6ab Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 17 Jul 2022 02:18:24 +0200 Subject: [PATCH] fix(mailcow): Following mailcow's example we'll use TZ as our timezone var env var instead of TIMEZONE --- mailcow/common-settings.yml | 2 +- mailcow/env/fully.qualified.domain.name.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mailcow/common-settings.yml b/mailcow/common-settings.yml index 9fd26d7..65bf9dc 100644 --- a/mailcow/common-settings.yml +++ b/mailcow/common-settings.yml @@ -1,7 +1,7 @@ services: common-settings: environment: - TZ: "${TIMEZONE:-Etc/UTC}" + TZ: "${TZ:-Etc/UTC}" logging: driver: "json-file" options: diff --git a/mailcow/env/fully.qualified.domain.name.example b/mailcow/env/fully.qualified.domain.name.example index 427163a..92c1f77 100644 --- a/mailcow/env/fully.qualified.domain.name.example +++ b/mailcow/env/fully.qualified.domain.name.example @@ -1,8 +1,8 @@ # Feel free to leave defaults. They apply while these vars are commented out # --- # RESTARTPOLICY=unless-stopped -# TIMEZONE=Etc/UTC -TIMEZONE= +# TZ=Etc/UTC +TZ= # Unbound, redis, clamd, rspamd, php-fpm, SOGo, dovecot, Postfix, Nginx, acme, netfilter, watchdog, dockerapi IPV4_NETWORK=