Sign inSign up

zayec77/php

By zayec77

Updated about 5 years ago

Default php:7.4-fpm with bunch of modules and composer inside

Image
0

1.2K

zayec77/php repository overview

php:7.4-fpm

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

Docker compose:

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
# ...

Tag summary

Content type

Image

Digest

Size

262.9 MB

Last updated

about 5 years ago

docker pull zayec77/php