When running Nginx + PHP-FPM in two different containers, can that configuration ever work without sharing a code volume? – Docker
I have the following docker-compose.yaml file for local development that works without issue: Nginx container just runs the webserver with an upstream pointing to php Php runs just php-fpm + my extensions I have an external docker-sync volume which contains…