Skip to content

Commit 2e4f9b6

Browse files
committed
Fix Mysql 8 protocol is not compatible
1 parent c61d981 commit 2e4f9b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- mongo
4040
- redis
4141
mysql:
42-
image: mysql
42+
image: mysql:5.7
4343
hostname: ${DB_HOST}
4444
dns:
4545
- ${BAIDUDNS}

0 commit comments

Comments
 (0)