docker-alpine-php83-aio/config/supervisor/php-fpm.ini
Christopher Vagnetoft d34e0b928e
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m18s
Tweaked supervisor definitions
2024-02-07 17:29:02 +01:00

12 lines
227 B
INI

[program:php-fpm]
command=/usr/sbin/php-fpm83 -F
autostart=true
autorestart=true
startretries=3
startsecs=10
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0