]> www.vanbest.org Git - motioneye-debian/commitdiff
Fix timezone configuration in docker-compose.
authorjeff-h <jeff@marmaladesoul.com>
Wed, 31 Aug 2016 06:06:23 +0000 (18:06 +1200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 06:06:23 +0000 (18:06 +1200)
extra/docker-compose.yml

index cf89af07d2aeeafe8e2b8fb5def3d749b2457f9b..226fb04c907f704d507e45b3a44dc14c0d94a507 100644 (file)
@@ -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