Use specific mysql version with docker

This commit is contained in:
palkan 2015-10-23 20:37:31 +03:00
parent ae7ad2230f
commit e7a40324c6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
prefix string
count int
}{
{"commands", 141},
{"commands", 147},
{"handler", 18},
{"bytes", 2},
{"innodb", 51},

View File

@ -1,5 +1,5 @@
mysql:
image: mysql
image: mysql:5.7
ports:
- "3306:3306"
environment: