env: Expose port 3306 of MySQL container #21544
Labels
[Status] In Progress
Tracking issues with work in progress
[Tool] Env
/packages/env
[Type] Enhancement
A suggestion for improvement.
Is your feature request related to a problem? Please describe.
Currently it's not possible to connect to the MySQL container of @wordpress/env from external. This is similar to #WP48281.
Describe the solution you'd like
The default
docker-compose.yml
should be extended with aports
setting formysql
. For now I don't think it requires another environment variable to specific the exact port as it can be retrieved by callingdocker-compose port mysql 3306
The text was updated successfully, but these errors were encountered: