Skip to content

Commit

Permalink
Merge pull request #2 from zhangxu3486432/dev
Browse files Browse the repository at this point in the history
更改 docker 时区为 CST
  • Loading branch information
kosuke-zhang authored Feb 21, 2020
2 parents 1e683b3 + 56aed27 commit 6c0c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
restart: always
environment:
MYSQL_ROOT_PASSWORD: news_crawler
TZ: "Asia/Shanghai"
TZ: Asia/Shanghai
ports:
- '3306:3306'
volumes:
Expand Down

0 comments on commit 6c0c90e

Please sign in to comment.