1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-01 17:59:19 +00:00

12 lines
128 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
[supervisord]
nodaemon=true
[program:cron]
2016-04-30 12:57:18 +02:00
command=crond -f
2016-04-11 15:59:32 +02:00
[program:php-fpm]
2016-04-30 12:57:18 +02:00
command=php-fpm7
2016-04-11 15:59:32 +02:00
[program:nginx]
command=nginx