Skip to content

svasek/docker-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

PHP-fpm

Docker Image CI Docker Stars Docker Pulls

Docker image based on official "fpm-alpine" PHP image.

Added image functions

  • support for timezones: To set timezone just set environment variable like "TZ=Europe/Prague"

WARNING:

  • The tag latest and 8 has been moved to the PHP 8.3.
  • The tag latest has been moved from branch 7.4 to 8.2 as PHP 7.4 reached end of life.
  • If you want to continue using PHP in version 7.4 please use tag 7 or 7.4 instead.

Added PHP Extensions

  • curl
  • gd
  • mysqli
  • opcache
  • pdo, pdo_mysql
  • gettext
  • exif
  • sockets
  • zip