Skip to content

Commit

Permalink
Merge pull request #1572 from MaxWithU/patch-1
Browse files Browse the repository at this point in the history
sample(): update docker-compose.yml
  • Loading branch information
kamilmysliwiec committed Feb 28, 2019
2 parents 20cbbaf + f58c511 commit 611924c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/07-sequelize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: "3"

services:
mysql:
image: mysql
image: mysql:5
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
ports:
- "3306:3306"
restart: always
restart: always

0 comments on commit 611924c

Please sign in to comment.