From f8d17aa02964d123acc0dd4c0771255810997165 Mon Sep 17 00:00:00 2001 From: matti Date: Sat, 24 Jun 2023 16:51:35 +0200 Subject: [PATCH] fix fpm command --- config/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/supervisord.conf b/config/supervisord.conf index 0602f3b..46fce3f 100644 --- a/config/supervisord.conf +++ b/config/supervisord.conf @@ -5,7 +5,7 @@ logfile_maxbytes=0 pidfile=/run/supervisord.pid [program:php-fpm] -command=php-fpm8 -F +command=php-fpm82 -F stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr