Skip to content

Latest commit

 

History

History

fpm-symfony-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

FPM

This example uses two containers to run a Symfony application with PHP-FPM and Nginx.

The base fpm is can be found here.

We build in the Dockerfile the PHP-FPM container and setup a small nginx container.

The traffic is as follows:

Browser -> Nginx -> PHP-FPM