Skip to content

fink3l/docker-fpm-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

php-fpm Dockerfile

Usage

To run container with additional php extensions use

sudo docker build --build-arg phpext="pcntl pdo_mysql" 

Docker-compose usage

version: '2'
  services:
    fpm:
      image: fink3l/fpm:latest
      build:
        context: "https://github.com/fink3l/docker-fpm-container.git"
        args:
          phpext: "pcntl pdo_mysql"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published