Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johannestegner/docker-php-fpm
- Owner: Johannestegner
- License: mit
- Created: 2017-03-29T09:10:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T12:27:42.000Z (about 3 years ago)
- Last Synced: 2024-11-09T12:45:39.467Z (about 2 months ago)
- Topics: alpine, docker, dockerfile, php, php-fpm
- Language: Dockerfile
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).