docker-symfony
docker-symfony copied to clipboard
Combine Nginx & Php-fpm in the same container
According to @BretFisher from Docker, 'So far, the Nginx + PHP-FPM combo is the only scenario that I recommend using multi-service containers for. It's a rather unique problem that doesn't always fit well in the model of "one container, one service"'.
What about using this kind of structure, described in his repo BretFisher/php-docker-good-defaults ?