Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 436 Bytes

Docker php-fpm

Docker Pulls

Available (supported) tags

5.4, 5.5, 5.6 (latest), 7, 7.0-alpine, 7.1-alpine

Quickstart

local build

git clone https://github.com/torvitas/docker-php-fpm.git
git checkout [BRANCH_NAME]
docker-compose up

image from Dockerhub

docker pull torvitas/php-fpm:[TAG]
docker run torvitas/php-fpm:[TAG]