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
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Debian Version |
|---|---|---|---|---|
| latest | master Branch | 1.17.2 | 7.3.8 | buster |
| php73 | php73 Branch | 1.17.2 | 7.3.8 | buster |
| php72 | php72 Branch | 1.17.2 | 7.2.21 | buster |
| php71 | php71 Branch | 1.17.2 | 7.1.31 | buster |
| php70 | php70 Branch | 1.17.2 | 7.0.33 | buster |
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
$ docker pull wyveo/nginx-php-fpm:php70
To run the container:
$ sudo docker run -d wyveo/nginx-php-fpm:php70
Default web root:
/usr/share/nginx/html
Content type
Image
Digest
Size
289.1 MB
Last updated
almost 7 years ago
docker pull computocell/php-nginx