How I learned to stop worrying, and love the PHP container — If you’ve ever needed to run an nginx (engine x) web server using PHP-FPM (PHP FastCGI Process Manager) for development or otherwise, you know that configuration and setup is kind of a pain. You have to spin up a VM or find a local server (which could also be your…