Skip to content

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

@stantont

Description

@stantont

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions