mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 17:35:08 +01:00
Update to MySQL 8.0 image for testing (#250)
This commit is contained in:
parent
f69f1dea03
commit
955c9ac653
2 changed files with 3 additions and 1 deletions
|
|
@ -23,8 +23,9 @@ services:
|
|||
image: dbmate_release
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mysql/mysql-server:8.0
|
||||
environment:
|
||||
MYSQL_ROOT_HOST: "%"
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue