PHP FPM Docker Image. Updates every Thursday. Oracle DB (OCI8) support out of the box.
10K+
Automatic weekly updates
⚡ PHP 7.4, 8.1, 8.2, 8.3, 8.4 and 8.5 now available for both linux/amd64 and linux/arm64/v8
💡 Do you need PHP CLI instead? Check out our eworkssk/php-cli image
docker pull eworkssk/php-fpm:latest
or for specific PHP version:
docker pull eworkssk/php-fpm:8.5
Mount your web application anywhere and expose ports:
docker run -v /my-app:/my-app -p 9000:9000 -p 9001:9001 --rm eworkssk/php-fpm
PHP configuration located at /usr/local/etc/php/
PHP-FPM configuration located at /usr/local/etc/php-fpm.d
9000: PHP-FPM server9001: PHP-FPM server status[PHP Modules]
bcmath
bz2
calendar
cgi-fcgi
Core
csv
ctype
curl
date
decimal
dom
exif
fileinfo
filter
gd
geospatial
gettext
gnupg
hash
http
iconv
imagick
imap
intl
json
lexbor
libxml
mbstring
mysqli
mysqlnd
oci8
openssl
pcntl
pcre
PDO
pdo_mysql
PDO_OCI
pdo_sqlite
Phar
posix
random
raphf
readline
redis
Reflection
session
SimpleXML
soap
sockets
sodium
SPL
sqlite3
ssh2
standard
tokenizer
uri
vips
xml
xmlreader
xmlwriter
yaml
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
curl
git
ghostscript
jq
poppler-utils
rclone
ssh
unzip
libvips
zip
xz-utils
Content type
Image
Digest
sha256:4d669a853…
Size
355.4 MB
Last updated
6 days ago
docker pull eworkssk/php-fpm:8.3