Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mysql:8 image in docker-compose.yml #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cheezmeister
Copy link

@Cheezmeister Cheezmeister commented Feb 10, 2024

Why?

On an M2 Mac, docker-compose up --build fails to start, reporting:

image

no matching manifest for linux/arm64/v8 in the manifest list entries

Per https://hub.docker.com/_/mysql, the mysql:5 tags don't support arm64, while mysql:8 does.

This PR

Use version 8. Works on my machine 😄

@Cheezmeister Cheezmeister marked this pull request as ready for review February 12, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant