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