From daf8f0bef53b74239d52b9e2f87c281698a627e4 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 18 Mar 2025 14:46:19 +0100 Subject: [PATCH] Change supervisor command to php-fpm82. --- config/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/supervisord.conf b/config/supervisord.conf index 83d8dbb..b582d0e 100644 --- a/config/supervisord.conf +++ b/config/supervisord.conf @@ -6,7 +6,7 @@ logfile_maxbytes=0 pidfile=/run/supervisord.pid [program:php-fpm] -command=php-fpm81 -F +command=php-fpm82 -F stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr