added timezone for mongo db

This commit is contained in:
Hendrik Behme 2019-08-27 15:50:11 +02:00
parent c8a4e9e99f
commit 02d974f676

View File

@ -15,6 +15,7 @@ services:
ports:
- 27017:27107
- 27017
command: echo "Europe/Berlin" > /etc/timezone && cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
# App - Container, where the main application runs
app: