Fix php-fpm version

This commit is contained in:
Bubka 2022-07-25 14:19:53 +02:00
parent fa1610505e
commit 8433ff7f44

View File

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