You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: