Skip to content

Commit 7b48f0b

Browse files
committed
Upgrade to MySQL 5.7
1 parent 74a4246 commit 7b48f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- 80:80
2828

2929
mysql:
30-
image: mysql:5.6
30+
image: mysql:5.7
3131
environment:
3232
MYSQL_ROOT_PASSWORD: root_password_test
3333
MYSQL_DATABASE: db_test

0 commit comments

Comments
 (0)