Skip to content

Commit

Permalink
Updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 authored and tobybellwood committed Aug 15, 2023
1 parent 66a8bc3 commit 34ef9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/services-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ services:
<< : *default-user # uses the defined user from top

mysql-5-7:
image: chrisgio/testimages:mysql-5.7 # Placeholder image - to be updated
image: testlagoon/mysql-5.7:experimental
ports:
- "3306"
<< : *default-user # uses the defined user from top

mysql-8-0:
image: chrisgio/testimages:mysql-8.0 # Placeholder image - to be updated
image: testlagoon/mysql-8.0:experimental
ports:
- "3306"
<< : *default-user # uses the defined user from top
Expand Down

0 comments on commit 34ef9a5

Please sign in to comment.