dockerfiles/selfoss/supervisord.conf

12 lines
128 B
Plaintext
Raw Normal View History

2016-04-24 13:47:47 +02:00
[supervisord]
nodaemon=true
[program:cron]
command=crond -f
[program:php-fpm]
2016-04-27 17:55:29 +02:00
command=php-fpm7
2016-04-24 13:47:47 +02:00
[program:nginx]
2016-04-27 17:55:29 +02:00
command=nginx