Skip to content

Commit

Permalink
Merge pull request #1016 from ardziej/patch-2
Browse files Browse the repository at this point in the history
Added TZ environment for MySQL Container
  • Loading branch information
Mahmoudz committed Jun 13, 2017
2 parents 9db39ad + e56587e commit ab464d9
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 @@ -197,6 +197,7 @@ services:
- MYSQL_USER=${MYSQL_USER}
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- TZ=${WORKSPACE_TIMEZONE}
volumes:
- ${DATA_SAVE_PATH}/mysql:/var/lib/mysql
- ./mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit ab464d9

Please sign in to comment.