File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ PHP Docker Boilerplate Changelog
1212- Added blackfire.io
1313- Added possiblity to disable Xdebug and Blackfire
1414- Moved php.ini to etc/php/development.ini and etc/php/production.ini
15+ - Added possibility to use supervisorctl (as root)
1516- Improved provisioning
1617- Refactored layout
1718- Added prebuilt Docker images
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ nodaemon=true
44[unix_http_server]
55file = /var/tmp/supervisor.sock
66
7+ [rpcinterface:supervisor]
8+ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
9+
710[program:php-fpm]
811command = /sbin/php-fpm
912autostart = true
Original file line number Diff line number Diff line change 11[supervisord]
22nodaemon=true
33
4+ [unix_http_server]
5+ file = /var/run/supervisor.sock
6+
7+ [rpcinterface:supervisor]
8+ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
9+
410[program:php-fpm]
511command = /usr/sbin/php5-fpm
612autostart = true
You can’t perform that action at this time.
0 commit comments