• Stars
    star
    342
  • Rank 123,697 (Top 3 %)
  • Language
    Dockerfile
  • License
    MIT License
  • Created over 8 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image

Docker Hub; wyveo/nginx-php-fpm nginx 1.21.6 php 8.1.3 License MIT

Introduction

This is a Dockerfile to build a debian based container image running nginx and php-fpm 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x & Composer.

Versioning

Docker Tag GitHub Release Nginx Version PHP Version Debian Version Composer
latest master Branch 1.21.6 8.1.3 bullseye 2.2.7
php81 php81 Branch 1.21.6 8.1.3 bullseye 2.2.7
php80 php80 Branch 1.21.6 8.0.16 buster 2.0.13
php74 php74 Branch 1.21.6 7.4.28 buster 2.0.13
php73 php73 Branch 1.21.6 7.3.33 buster 2.0.13
php72 php72 Branch 1.21.6 7.2.34 buster 2.0.13
php71 php71 Branch 1.21.6 7.1.33 buster 2.0.13
php70 php70 Branch 1.21.6 7.0.33 buster 2.0.13

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
$ cd nginx-php-fpm

followed by

$ docker build -t nginx-php-fpm:php81 . # PHP 8.1.x

Pulling from Docker Hub

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

Running

To run the container:

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

Default web root:

/usr/share/nginx/html