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:
|
services:
|
||||||
common-settings:
|
common-settings:
|
||||||
environment:
|
environment:
|
||||||
TZ: "${TIMEZONE:-Etc/UTC}"
|
TZ: "${TZ:-Etc/UTC}"
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Feel free to leave defaults. They apply while these vars are commented out
|
# Feel free to leave defaults. They apply while these vars are commented out
|
||||||
# ---
|
# ---
|
||||||
# RESTARTPOLICY=unless-stopped
|
# RESTARTPOLICY=unless-stopped
|
||||||
# TIMEZONE=Etc/UTC
|
# TZ=Etc/UTC
|
||||||
TIMEZONE=<user_defined_value>
|
TZ=<user_defined_value>
|
||||||
|
|
||||||
# Unbound, redis, clamd, rspamd, php-fpm, SOGo, dovecot, Postfix, Nginx, acme, netfilter, watchdog, dockerapi
|
# Unbound, redis, clamd, rspamd, php-fpm, SOGo, dovecot, Postfix, Nginx, acme, netfilter, watchdog, dockerapi
|
||||||
IPV4_NETWORK=<user_defined_value>
|
IPV4_NETWORK=<user_defined_value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user