php/docker/etc/supervisor/services/php-fpm.conf
Aleksander Cynarski e50cb2cdd8
All checks were successful
continuous-integration/drone/push Build is passing
alpine support
2021-03-28 20:50:39 +02:00

7 lines
147 B
Plaintext

[program:php-fpm]
command=/usr/local/sbin/php-fpm -R -F
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true