Skip to content

Commit

Permalink
Fixes mysql issue
Browse files Browse the repository at this point in the history
fixes #7
  • Loading branch information
medyagh authored Jul 15, 2018
1 parent 3ad468a commit 5f444af
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 5f444af

Please sign in to comment.