Skip to content

Commit

Permalink
Merge pull request #8 from medyagh/patch-1
Browse files Browse the repository at this point in the history
Fixes mysql issue
  • Loading branch information
gthole authored Jul 15, 2018
2 parents 3ad468a + 5f444af commit 60c4e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
driver: 'none'
db:
container_name: 'db'
image: 'mysql'
image: 'mysql:5.7'
ports:
- '3306:3306'
environment:
Expand Down

0 comments on commit 60c4e3a

Please sign in to comment.