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
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'
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: