Skip to content

MySQL containers cannot communicate with host on latest macOS #177

Open
@gregharvey

Description

@gregharvey

The prebuilt composer files and generated docker-compose.yml files need to include this for the DB container when we're using MySQL, otherwise host-based software such as MySQL Workbench may not be able to access the container directly:

ports:
  - '3306:3306'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions