Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

File metadata and controls

14 lines (10 loc) · 341 Bytes

Docker Nginx, PHP-FPM, Supervisor container

An alternative approach to https://github.com/formapro/docker-nginx-php-fpm which uses Supervisor to run and monitor Nginx and PHP-FPM processes.

Build

$ docker build -t local/nginx-php-fpm-supervisor . 

Run

$ docker run --rm -it local/nginx-php-fpm-supervisor