docker-rainloop/supervisord.conf

11 lines
157 B
Plaintext
Raw Normal View History

2016-05-05 09:15:35 +02:00
[supervisord]
logfile = /tmp/supervisord.log
pidfile = /tmp/supervisord.pid
2016-05-05 09:15:35 +02:00
nodaemon=true
[program:php-fpm]
2016-05-13 09:20:21 +02:00
command=php-fpm7
2016-05-05 09:15:35 +02:00
[program:nginx]
command=nginx