mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-22 05:19:18 +00:00
12 lines
143 B
Plaintext
12 lines
143 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:cron]
|
|
command=cron -f
|
|
|
|
[program:php-fpm]
|
|
command=php-fpm7.0 --nodaemonize
|
|
|
|
[program:nginx]
|
|
command=nginx
|