From: jeff-h Date: Wed, 31 Aug 2016 06:06:23 +0000 (+1200) Subject: Fix timezone configuration in docker-compose. X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=ea0ef0de39f9775c2501615bb08d7b053be73192;p=motioneye-debian Fix timezone configuration in docker-compose. --- diff --git a/extra/docker-compose.yml b/extra/docker-compose.yml index cf89af0..226fb04 100644 --- a/extra/docker-compose.yml +++ b/extra/docker-compose.yml @@ -4,7 +4,7 @@ motioneye: - /mnt/motioneye/media:/media - /mnt/motioneye/config:/etc/motioneye environment: - - TIMEZONE="Pacific/Auckland" + - "TZ=Pacific/Auckland" # See http://php.net/manual/en/timezones.php ports: - 8081:8081 - 8765:8765