projects
/
motioneye-debian
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd1531
)
Fix timezone configuration in docker-compose.
author
jeff-h
<jeff@marmaladesoul.com>
Wed, 31 Aug 2016 06:06:23 +0000
(18:06 +1200)
committer
GitHub
<noreply@github.com>
Wed, 31 Aug 2016 06:06:23 +0000
(18:06 +1200)
extra/docker-compose.yml
patch
|
blob
|
history
diff --git
a/extra/docker-compose.yml
b/extra/docker-compose.yml
index cf89af07d2aeeafe8e2b8fb5def3d749b2457f9b..226fb04c907f704d507e45b3a44dc14c0d94a507 100644
(file)
--- 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