docker-flarum/supervisord.conf

11 lines
157 B
Plaintext
Raw Normal View History

2016-07-14 04:12:58 -04:00
[supervisord]
logfile = /tmp/supervisord.log
pidfile = /tmp/supervisord.pid
2016-07-14 04:12:58 -04:00
nodaemon=true
[program:php-fpm]
command=php-fpm7
[program:nginx]
command=nginx