Skip to content

Commit

Permalink
refs #41568, correct fpm 8.3 startup supervisord
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Dec 3, 2024
1 parent b369a06 commit bcd8a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/supervisord/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autorestart=true
priority=10

[program:php-fpm]
command=/usr/sbin/php-fpm8.2 -c /etc/php/8.2/fpm
command=/usr/sbin/php-fpm8.3 -c /etc/php/8.3/fpm
autostart=true
autorestart=true
exitcodes=0,2,70
Expand Down

0 comments on commit bcd8a1c

Please sign in to comment.