added timezone for mongo db
This commit is contained in:
parent
c8a4e9e99f
commit
02d974f676
@ -15,6 +15,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 27017:27107
|
- 27017:27107
|
||||||
- 27017
|
- 27017
|
||||||
|
command: echo "Europe/Berlin" > /etc/timezone && cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||||
|
|
||||||
# App - Container, where the main application runs
|
# App - Container, where the main application runs
|
||||||
app:
|
app:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user