diff --git a/edge/config/environment/index.html b/edge/config/environment/index.html index 0c7e0853..5b09b383 100644 --- a/edge/config/environment/index.html +++ b/edge/config/environment/index.html @@ -517,6 +517,13 @@ PERMIT_DOCKER + + +
  • + + TZ + +
  • @@ -2409,6 +2416,13 @@ PERMIT_DOCKER +
  • + +
  • + + TZ + +
  • @@ -3327,6 +3341,8 @@
  • connected-networks => Add all connected docker networks (ipv4 only).
  • Note: you probably want to set POSTFIX_INET_PROTOCOLS=ipv4 to make it work fine with Docker.

    +
    TZ
    +

    Set the timezone. If this variable is unset, the container runtime will try to detect the time using /etc/localtime, which you can alternatively mount into the container. The value of this variable must follow the pattern AREA/ZONE, i.e. of you want to use Germany's time zone, use Europe/Berlin. You can lookup all available timezones here.

    ENABLE_AMAVIS

    Amavis content filter (used for ClamAV & SpamAssassin)