fix(mailcow): Following mailcow's example we'll use TZ as our timezone var env var instead of TIMEZONE
This commit is contained in:
parent
ff4b51f9b8
commit
2e6703aa02
@ -1,7 +1,7 @@
|
||||
services:
|
||||
common-settings:
|
||||
environment:
|
||||
TZ: "${TIMEZONE:-Etc/UTC}"
|
||||
TZ: "${TZ:-Etc/UTC}"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user