Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix for ubuntu/mysql client connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
demonduck committed Apr 23, 2018
1 parent be5db92 commit e77abc3
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 @@ -30,7 +30,7 @@ services:
- ./data/mongodb:/data/db
restart: always
mysql:
image: mysql
image: mysql:5.7
expose:
- 3306
environment:
Expand Down

0 comments on commit e77abc3

Please sign in to comment.