docker-images/images/php-fpm/supervisord.conf

9 lines
188 B
Plaintext
Raw Normal View History

2023-12-16 13:21:21 +00:00
[supervisord]
nodaemon=true
[program:phpfpm]
command=/usr/sbin/php-fpm8.3 --nodaemonize --fpm-config /app/www.conf
[program:lighttpd]
command=/usr/sbin/lighttpd -D -f /app/lighttpd.conf