kissice/php

By kissice

Updated 21 days ago

Image
0

10K+

PHP
  1. Based on the PHP's official image of "fpm-alpine".
  2. Add PHP extends of "gd", "zip", "MySQL" and "Postgres".
  3. Add healthcheck.
Example of php-fpm healthcheck configuration in docker compose
healthcheck:
  # [Ping mode](https://github.com/renatomefi/php-fpm-healthcheck#ping-mode)
  test: [ "CMD", "php-fpm-healthcheck", "&&", "exit", "$$?", "||", "exit", "1" ]
  interval: 1m30s
  timeout: 3s
More usages see php-fpm-healthcheck.

Docker Pull Command

docker pull kissice/php