added timezone for mongo db
This commit is contained in:
parent
c8a4e9e99f
commit
02d974f676
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user