Fix php-fpm version

This commit is contained in:
Bubka 2023-04-15 10:43:53 +02:00
parent 4acdc176a3
commit 104324edff
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ echo "Running version ${VERSION} commit ${COMMIT} built on ${CREATED}"
# Show versions
echo "supervisord version: $(supervisord version)"
php-fpm8 -v | head -n 1
php-fpm81 -v | head -n 1
nginx -v
if [ "${DB_CONNECTION}" = "sqlite" ]; then

View File

@ -12,7 +12,7 @@ autorestart=false
startretries=0
[program:php-fpm]
command=/usr/sbin/php-fpm8 -F
command=/usr/sbin/php-fpm81 -F
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'