Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 2.53 KB

README.md

File metadata and controls

46 lines (38 loc) · 2.53 KB

Docker Hub; wyveo/nginx-php-fpm nginx 1.25.2 php 8.2.9 License MIT

Introduction

This is a Dockerfile to build a debian based container image running nginx and 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.

Versioning

Docker Tag GitHub Release Nginx Version PHP Version Debian Version Composer
latest master Branch 1.25.2 8.2.9 bullseye 2.5.8
php82 php82 Branch 1.25.2 8.2.9 bullseye 2.5.8
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:php82 . # PHP 8.2.x

Pulling from Docker Hub

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

Running

To run the container:

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

Default web root:

/usr/share/nginx/html