-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
This is an easy fix, will include a PR in a bit.
Preconditions
- Current docker-compose doesn't expose 3306
Steps to reproduce
- Bring up docker
- Notice the port is not exposed using docker-compose ps
Expected result
- It should look like this
magento-m2_db_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp
Actual result
- Not exposed
magento-m2_db_1 docker-entrypoint.sh mysqld Up