diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md index 2902c30c7c03dbe609d5afbf1979cbfbcc4df021..0de6a93514aa7abaf4db4db6d19168bf35e8651a 100644 --- a/doc/ci/services/mysql.md +++ b/doc/ci/services/mysql.md @@ -17,8 +17,8 @@ services: variables: # Configure mysql environment variables (https://hub.docker.com/_/mysql/) - MYSQL_DATABASE: el_duderino - MYSQL_ROOT_PASSWORD: mysql_strong_password + MYSQL_DATABASE: "" + MYSQL_ROOT_PASSWORD: "mysql_strong_password" ``` And then configure your application to use the database, for example: