Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 302 Bytes

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 set up a small nginx container.

The traffic is as follows:

Browser -> Nginx -> PHP-FPM