Update docker-compose.yml (#4381)
ofelia-mailcow does not have the correct time zone. Test: ocker exec -it mailcowdockerized_ofelia-mailcow_1 datemaster
parent
9c5fd91484
commit
f58cc2aa43
|
@ -560,6 +560,7 @@ services:
|
||||||
image: mcuadros/ofelia:latest
|
image: mcuadros/ofelia:latest
|
||||||
restart: always
|
restart: always
|
||||||
command: daemon --docker
|
command: daemon --docker
|
||||||
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
depends_on:
|
depends_on:
|
||||||
- sogo-mailcow
|
- sogo-mailcow
|
||||||
|
|
Loading…
Reference in New Issue