wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
342 stars 245 forks source link

Readme is not beginner friendly #40

Open l3043Y opened 2 years ago

l3043Y commented 2 years ago

The run command doesn't map any port. So, how may I run a webpage? php-fpm run on port 9000. should I use another Ngnix proxy and do proxy_pass to port 9000. I am trying to do load balancing two or more Nginx + php-fpm instances on separate machine.