fix(mailcow): Following mailcow's example we'll use TZ as our timezone var env var instead of TIMEZONE

This commit is contained in:
hygienic-books 2022-07-17 02:18:24 +02:00
parent ff4b51f9b8
commit 2e6703aa02
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
TZ: "${TZ:-Etc/UTC}"
logging:
driver: "json-file"
options:

View File

@ -1,8 +1,8 @@
# Feel free to leave defaults. They apply while these vars are commented out
# ---
# RESTARTPOLICY=unless-stopped
# TIMEZONE=Etc/UTC
TIMEZONE=<user_defined_value>
# TZ=Etc/UTC
TZ=<user_defined_value>
# Unbound, redis, clamd, rspamd, php-fpm, SOGo, dovecot, Postfix, Nginx, acme, netfilter, watchdog, dockerapi
IPV4_NETWORK=<user_defined_value>