How to correctly link php-fpm and Nginx Docker containers?
I know it is kind an old post, but I’ve had the same problem and couldn’t understand why your code didn’t work. After a LOT of tests I’ve found out why. It seems like fpm receives the full path from nginx and tries to find the files in the fpm container, so it must be … Read more