Use specific mysql version with docker

closes #315
This commit is contained in:
palkan 2015-10-23 20:37:31 +03:00 committed by Cameron Sparr
parent de7ad9dfbc
commit df96958fb8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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