Sign inSign up

onstuimig/php-fpm

By onstuimig

•Updated 24 days ago

Dev server php-fpm

Image
0

9.7K

onstuimig/php-fpm repository overview

⁠Example use:

⁠docker-compose.yml

version: '3.7'

services:
  php:
    build:
      context: ./docker/php
    expose: 
      - "9000"
    volumes:
      - ./www:/var/www/html:delegated

⁠/docker/php/Dockerfile

FROM onstuimig/php-fpm:7.1

COPY ./php-fpm-override.conf /usr/local/etc/php-fpm.d/zzzz-docker.conf

Tag summary

Content type

Image

Digest

sha256:75f99184d…

Size

244 MB

Last updated

24 days ago

docker pull onstuimig/php-fpm:8.4