Update entrypoint.sh

Update "show versions" to use php-fpm83
This commit is contained in:
jkoch22 2025-05-21 11:56:46 -07:00 committed by GitHub
parent b014497e96
commit 987ff82fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ echo "Running version ${VERSION} commit ${COMMIT} built on ${CREATED}"
# Show versions # Show versions
echo "supervisord version: $(supervisord version)" echo "supervisord version: $(supervisord version)"
php-fpm82 -v | head -n 1 php-fpm83 -v | head -n 1
nginx -v nginx -v
# Database creation # Database creation