DEV Community

Discussion on: Isolating PHP with Docker Containers

Collapse
 
antoroxico profile image
antoroxico

Hi, I'm new in docker and nginx. Is it possible to choose the version of php fpm by directory and not by hostname?. Could you illustrate the way or guide me in the right direction?

Collapse
 
lubu12 profile image
Andrew Yeung

Here is my solution on choosing php-fpm by directory.
github.com/lubu12/docker-nginx-php...

Hope it helps.