Sign inSign up

hlacos/php-fpm

By hlacos

Updated over 7 years ago

Image
0

871

hlacos/php-fpm repository overview

Php-fpm docker image

Supported tags

  • latest, 7.2

How to use this image

Volumes
  • /var/www/html is the DocumentRoot for the project.
Use from cli
docker run --volume </local/code/path>:/var/www/html hlacos/php-fpm[:tag] [<options>] <container-name>

Example:

docker run --volume /local/code/path:/var/www/html hlacos/php-fpm php-fpm
Use with compose
version: '3'
services:
  php-fpm:
    image: hlacos/php-fpm
    container_name: php-fpm
    volumes:
      - /local/code/path:/var/www/html

Tag summary

Content type

Image

Digest

Size

155.3 MB

Last updated

over 7 years ago

docker pull hlacos/php-fpm