Default php:7.4-fpm with bunch of modules and composer inside
1.2K
with modules: redis, mcrypt, gb, mbstring, iconv, pdo, pdo_mysql, intl, xml, xmlrpc, soap, opcache, zip, pcntl
with composer 1 with fxp/composer-asset-plugin and hirak/prestissimo plugins
version: '2'
services:
# ...
php:
image: zayec77/php
networks:
- default
volumes:
- ./..:/var/www/app
- ./conf/php/php.ini:/usr/local/etc/php/php.ini
- ./data/php/composer:/root/.composer/
- ./conf/php/php-fpm.conf:/usr/local/etc/php-fpm.conf
- ./conf/php/php-fpm.d:/usr/local/etc/php-fpm.d
working_dir: /var/www/app
restart: always
logging:
options:
max-size: 1m
# ...
Content type
Image
Digest
Size
262.9 MB
Last updated
about 5 years ago
docker pull zayec77/php