Skip to content

Commit

Permalink
Merge pull request #37 from Storytel/default-mysql
Browse files Browse the repository at this point in the history
Use mysql:5.7 as default MySQL image
  • Loading branch information
noseglid authored Nov 24, 2021
2 parents f331d20 + 01796ff commit 6c61ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type MysqlInstance struct {
}

var (
DefaultImage = "storytel/mysql-57-test"
DefaultImage = "mysql:5.7"

defaultCmd = []string{}

Expand Down

0 comments on commit 6c61ce8

Please sign in to comment.