Sign inSign up

computocell/php-nginx

By computocell

Updated almost 7 years ago

Image
1

404

computocell/php-nginx repository overview

Docker Hub; wyveo/nginx-php-fpm nginx 1.17.2 php 7.0.33 License MIT

Introdução

Este é um Dockerfile para construir uma imagem de contêiner baseada no debian executando o nginx e o php-fpm 7.3.x / 7.2.x / 7.1.x / 7.0.x & Composer

Versioning
Docker TagGitHub ReleaseNginx VersionPHP VersionDebian Version
latestmaster Branch1.17.27.3.8buster
php73php73 Branch1.17.27.3.8buster
php72php72 Branch1.17.27.2.21buster
php71php71 Branch1.17.27.1.31buster
php70php70 Branch1.17.27.0.33buster

Building from source

To build from source you need to clone the git repo and run docker build:

$ git clone https://github.com/wyveo/nginx-php-fpm.git

followed by

$ docker build -t nginx-php-fpm:php70 . # PHP 7.0.x

Pulling from Docker Hub

$ docker pull wyveo/nginx-php-fpm:php70

Running

To run the container:

$ sudo docker run -d wyveo/nginx-php-fpm:php70

Default web root:

/usr/share/nginx/html

Tag summary

Content type

Image

Digest

Size

289.1 MB

Last updated

almost 7 years ago

docker pull computocell/php-nginx