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.
Share and learn in the Docker community.
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.