Skip to content

Latest commit

History

History
11 lines (8 loc) 路 562 Bytes

File metadata and controls

11 lines (8 loc) 路 562 Bytes

Under this folder are files included by the Supervisor configuration file "/etc/supervisor/supervisord.conf" when running under task mode, where a specified command is executed in a Docker container launched. e.g.,

docker run --rm -t swoole/swoole:4.3.5 bash -c "php -v"

In this case, the list of programs defined under this folder (along with those already under folder ../conf.d/) will be started by Supervisord first before executing command php -v.

For the list of programs defined under this folder, file extension must be ".conf".