Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tongxuebb committed Feb 7, 2020
1 parent 80ba1db commit d8f242c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ version: '3.4'
services:
mysql:
image: mysql/mysql-server:5.7
expose:
command:
- --default_authentication_plugin=mysql_native_password
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
expose:
- 3306
ports:
- "3306:3306"
Expand Down

0 comments on commit d8f242c

Please sign in to comment.