Skip to content

Commit 95d22c2

Browse files
author
sample
committed
Fix the php version of the startup error.
1 parent c179019 commit 95d22c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/supervisord/supervisord.conf

+1-1
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.1 -c /etc/php/8.1/fpm
2121
autostart=true
2222
autorestart=true
2323
exitcodes=0,2,70

0 commit comments

Comments
 (0)