Skip to content

Commit

Permalink
Issue #17 Default to MySQL 5.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Feb 12, 2019
1 parent cb8a5f6 commit 30269eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "8080:80"

db:
image: mysql
image: mysql:5
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: web
Expand Down

0 comments on commit 30269eb

Please sign in to comment.