Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 566 Bytes

docker-nginx-php-supervisor

Description

This is based on the corbosman/nginx use sock mode for php-fpm
and add Supervisor

Some config

can edit http.conf(server part) or supervisor.ini is map /www in container, connect it to the container data volume

Some Command location

/usr/sbin/nginx
/usr/local/sbin/php-fpm
/usr/bin/supervisord -c /etc/supervisord.conf
/usr/bin/supervisorctl reload
/usr/bin/supervisorctl start all