Sign inSign up

kissice/php

By kissice

Updated 15 days ago

Image
0

10K+

kissice/php repository overview

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.

Tag summary

Content type

Image

Digest

sha256:f54b99f37

Size

40.6 MB

Last updated

15 days ago

docker pull kissice/php:fpm