Fix PHP-FPM command in supervisord

- Change php-fpm8.3 to php-fpm (Alpine uses generic command)
- Fixes 502 Bad Gateway error
This commit is contained in:
TheMaddax 2025-12-17 20:16:31 -07:00
parent 55a5165d20
commit d7517442d6

View file

@ -5,7 +5,7 @@ logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid
[program:php-fpm]
command=php-fpm8.3 -F
command=php-fpm -F
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr