Skip to content

Commit

Permalink
docker-compose.yml reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jul 6, 2020
1 parent 70b0c62 commit d86e249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:

mysql:
image: mysql:5
command: '--default-authentication-plugin=mysql_native_password'
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down Expand Up @@ -38,8 +37,7 @@ services:
WP_PHPUNIT__TESTS_CONFIG: /var/www/html/wp-tests-config.php

db_phpunit:
image: mysql:5
command: '--default-authentication-plugin=mysql_native_password'
image: mysql:5.7
restart: always
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
Expand Down

0 comments on commit d86e249

Please sign in to comment.