Unable to connect Wordpress docker container to local mysql server

Since you used the host network, there is no bridge.for your container. Since it doesn’t have a bridge, you can’t forward any port. PHP FPM is listening on the host network, on 127.0.0.1 on port 9000.