Skip to content

Commit

Permalink
remove tz script as mariadb image can grab from, env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jun 28, 2024
1 parent 94b6bb8 commit e6d1cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dmoj/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ services:
- /etc/localtime:/etc/localtime:ro
- /user/wlmoj/backups:/backups
env_file: [ environment/mysql.env, environment/mysql-admin.env ]
environment:
TZ: "America\Toronto"
networks: [ db ]
deploy:
replicas: 1
Expand Down

0 comments on commit e6d1cc5

Please sign in to comment.