Specified Mysql version to avoid error connection with Mysql vesion 8

pull/28/head
DiouxX 7 years ago
parent 6498b150b8
commit c1560a4137

@ -10,7 +10,7 @@ services:
#Mysql Container
mysql:
image: mysql
image: mysql:5.7.23
container_name: mysql
hostname: mysql
volumes_from:

Loading…
Cancel
Save