Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johannestegner/docker-php-fpm

Docker image for php-fpm including a few extensions.
https://github.com/johannestegner/docker-php-fpm

alpine docker dockerfile php php-fpm

Last synced: 1 day ago
JSON representation

Docker image for php-fpm including a few extensions.

Awesome Lists containing this project

README

        

# Alpine - Php FPM

**This image is deprecated and will no longer be updated.**
For an alternative (and similar) image which is frequently updated, please
check out the `runtime` tags on the `jitesoft/php` image!

---

Docker alpine php-fpm with `zip`, `gd` and `redis` installed and enabled.
Image is based on the [`jitesoft/php`](https://gitlab.com/jitesoft/dockerfiles/php-fpm) image using PHP FPM and exposes port `9000` for FPM. If you require PHP (fpm or cli) and not the
extensions enabled in this image, use the base image instead.

## Dockerfile

Dockerfile can be found at [GitLab](https://gitlab.com/jitesoft/dockerfiles/php-fpm) or [GitHub](https://github.com/Johannestegner/docker-php-fpm/blob/master/Dockerfile).