Skip to content

Commit

Permalink
mysql version fixed in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 14, 2018
1 parent fdc995a commit 613d616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

demo-mysql:
image: mysql:latest
image: mysql:5.7.21
environment:
- MYSQL_ROOT_PASSWORD=pass
- MYSQL_DATABASE=openvidu_sample_app
Expand Down

0 comments on commit 613d616

Please sign in to comment.