Skip to content

Commit

Permalink
Update docker-compose.yml (#4381)
Browse files Browse the repository at this point in the history
ofelia-mailcow does not have the correct time zone.
Test: ocker exec -it mailcowdockerized_ofelia-mailcow_1 date
  • Loading branch information
christianbur committed Dec 13, 2021
1 parent 9c5fd91 commit f58cc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ services:
image: mcuadros/ofelia:latest
restart: always
command: daemon --docker
environment:
- TZ=${TZ}
depends_on:
- sogo-mailcow
Expand Down

0 comments on commit f58cc2a

Please sign in to comment.