updating mysql settings
This commit is contained in:
parent
6e91ca861b
commit
1651358edb
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# This file is a template, and might need editing before it works on your project.
|
||||
# Select image from https://hub.docker.com/_/php/
|
||||
image: php:7.1.1
|
||||
image: php:7.1.1
|
||||
|
||||
# Select what we should cache between builds
|
||||
cache:
|
||||
|
@ -28,8 +28,10 @@ services:
|
|||
# Set any variables we need
|
||||
variables:
|
||||
# Configure mysql environment variables (https://hub.docker.com/r/_/mysql/)
|
||||
MYSQL_DATABASE: ci
|
||||
MYSQL_ROOT_PASSWORD: ci_password
|
||||
MYSQL_DATABASE: ci
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: yes
|
||||
MYSQL_USER: ci
|
||||
MYSQL_PASSWORD: ci_password
|
||||
|
||||
# Run our tests
|
||||
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
||||
|
|
Loading…
Reference in a new issue