Skip to content

Commit

Permalink
chore: support running MySQL compose in ARM (#712)
Browse files Browse the repository at this point in the history
mysql:5.7 does not have an ARM flavor
  • Loading branch information
mdelapenya committed Dec 23, 2022
1 parent 28331f0 commit c2609c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compose/testresources/docker-compose-complex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "9080:80"
mysql:
image: docker.io/mysql:5.7
image: docker.io/mysql:8
environment:
- MYSQL_DATABASE=db
- MYSQL_ROOT_PASSWORD=my-secret-pw
Expand Down

0 comments on commit c2609c0

Please sign in to comment.