Build/Test Tools: Expose port 3306 of MySQL container.

This only defines the container port to allow `docker-compose` to choose an ephemeral host port.

Props ocean90, peterwilsoncc.
Fixes #48281.

git-svn-id: https://develop.svn.wordpress.org/trunk@47225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-09 21:20:25 +00:00
parent 98e5dd52de
commit 89dfd4052a
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ services:
networks:
- wpdevnet
ports:
- "3306"
environment:
MYSQL_ROOT_PASSWORD: password