From d7517442d6144aef0c3d5d9e9e24fc901800081d Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 17 Dec 2025 20:16:31 -0700 Subject: [PATCH] Fix PHP-FPM command in supervisord - Change php-fpm8.3 to php-fpm (Alpine uses generic command) - Fixes 502 Bad Gateway error --- docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 8d965692..255baca8 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -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