[CI] Fix MySQL

This commit is contained in:
ruan 2020-08-07 20:04:59 +02:00
parent 2df02aee73
commit 678ee9f913

View File

@ -34,7 +34,7 @@ services:
variables:
COMPOSER: 'inc/test/composer.json'
# Configure mysql environment variables (https://hub.docker.com/r/_/mysql/)
MYSQL_HOST: '127.0.0.1'
MYSQL_HOST: 'mysql'
MYSQL_DATABASE: mysql_database
MYSQL_USERNAME: root
MYSQL_PASSWORD: mysql_strong_password