This release adds ability to configure magento with custom mysql ports, this is optional and backwards compatible
To use custom port set:
magento_config_db:
...
port = [custom port number]
and
magento_db_connections:
- type: "connection"
databases:
...
host: "[mysql host]:[custom port number]"