Use specific mysql version with docker
This commit is contained in:
parent
ae7ad2230f
commit
e7a40324c6
|
@ -28,7 +28,7 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
|
|||
prefix string
|
||||
count int
|
||||
}{
|
||||
{"commands", 141},
|
||||
{"commands", 147},
|
||||
{"handler", 18},
|
||||
{"bytes", 2},
|
||||
{"innodb", 51},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.7
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue