mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
[CI] Fix MySQL
This commit is contained in:
parent
2df02aee73
commit
678ee9f913
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user