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

Didn't start on M1 Mac with defaults - started Docker Compose with mysql:latest first #7

Open
stantont opened this issue Dec 16, 2022 · 0 comments

Comments

@stantont
Copy link

I am going through the setup steps of the project on a MacBook Air M1 using IntelliJ IDEA Ultimate. Using Tomcat 9 with Homebrew. After configuring Tomcat in IntelliJ and starting it I saw an error that looked like it was trying to run some DDL during startup. So I tried to run Docker Compose, after installing it with Homebrew Cask. It couldn't start since the version of MySQL isn't built for Apple Silicon. So I changed the image to mysql:latest, which let Docker Compose start. Then I started the Tomcat server. successfully.

The line in docker-compose.yml I changed:
image: mysql:latest

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

No branches or pull requests

1 participant