privatebin/etc/supervisor.d/docker.ini

24 lines
453 B
INI
Raw Normal View History

2017-03-28 17:46:14 +00:00
[supervisord]
nodaemon=true
pidfile=/var/run/supervisord.pid
[program:php-fpm]
command=/usr/local/sbin/php-fpm
2017-03-28 17:46:14 +00:00
autostart=true
autorestart=true
priority=10
2017-03-28 17:46:14 +00:00
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nginx]
command=/usr/sbin/nginx
autostart=true
autorestart=true
priority=20
2017-03-28 17:46:14 +00:00
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0