PHP-FPM (container)

standalone PHP-FPM container

PHP is a popular general-purpose scripting language that is especially suited to web development. It is fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

PHP-FPM (PHP FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

This is a standalone Docker-style container providing PHP and PHP-FPM on a minimalist Debian base. Currently it is only available to run on AWS ECS via the AWS Marketplace by following this link:

Subscribe to TurnKey PHP-FPM Container on AWS Marketplace

Note AWS account required & usage fees apply.


Usage

Environment variables:

INSTALL_MODS: a space-separated list of PHP modules to install from Debian repositories.

E.g.:

INSTALL_MODS="php-curl php-gd"