Skip to content

Commit 7e0bbaf

Browse files
author
sample
committed
Fix the php version of the startup error.
1 parent 7a68f8b commit 7e0bbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/supervisord/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ autorestart=true
1717
priority=10
1818

1919
[program:php-fpm]
20-
command=/usr/sbin/php-fpm7.4 -c /etc/php/7.4/fpm
20+
command=/usr/sbin/php-fpm8.2 -c /etc/php/8.2/fpm
2121
autostart=true
2222
autorestart=true
2323
exitcodes=0,2,70

0 commit comments

Comments
 (0)