Skip to content

Commit

Permalink
Replace legacy orchardup/mysql with mysql:5.7.22 in docker compose te…
Browse files Browse the repository at this point in the history
…st (#2602)
  • Loading branch information
rnorth committed Apr 26, 2020
1 parent be41d15 commit 8e096cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/resources/compose-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
redis:
image: redis
db:
image: orchardup/mysql
image: mysql:5.7.22
environment:
MYSQL_DATABASE: wordpress
MYSQL_RANDOM_ROOT_PASSWORD: "true"

0 comments on commit 8e096cc

Please sign in to comment.