All Projects → wyveo → Nginx Php Fpm

wyveo / Nginx Php Fpm

Licence: mit
Nginx + PHP-FPM 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian 10 (Buster) image

Projects that are alternatives of or similar to Nginx Php Fpm

Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (+157.02%)
Mutual labels:  debian, nginx
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+285.12%)
Mutual labels:  debian, nginx
Wordpress Nginx
WordPress specific Nginx configuration templates and best practices!
Stars: ✭ 332 (+174.38%)
Mutual labels:  debian, nginx
Rutorrent Bonobox
Auto install script for rTorrent with ruTorrent
Stars: ✭ 161 (+33.06%)
Mutual labels:  debian, nginx
Rtinst
seedbox installation script for Ubuntu and Debian systems
Stars: ✭ 1,029 (+750.41%)
Mutual labels:  debian, nginx
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (+52.07%)
Mutual labels:  debian, nginx
Nginx Autoinstall
Compile Nginx from source with custom modules on Debian and Ubuntu
Stars: ✭ 443 (+266.12%)
Mutual labels:  debian, nginx
Laravel Deployment
📗[WIP] 追求质量的 Laravel 应用部署上线课程。
Stars: ✭ 190 (+57.02%)
Mutual labels:  composer, nginx
Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-66.94%)
Mutual labels:  composer, nginx
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+633.88%)
Mutual labels:  debian, nginx
Nginx Ee
Automated Nginx compilation from sources with additional modules support. Compatible with WordOps, EasyEngine & Plesk
Stars: ✭ 132 (+9.09%)
Mutual labels:  debian, nginx
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-29.75%)
Mutual labels:  composer, nginx
Nginx Builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 123 (+1.65%)
Mutual labels:  debian, nginx
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+2054.55%)
Mutual labels:  debian, nginx
Docker Files
Collection of prooph docker files
Stars: ✭ 232 (+91.74%)
Mutual labels:  composer, nginx
Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (+242.98%)
Mutual labels:  composer, nginx
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (+436.36%)
Mutual labels:  debian, nginx
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+792.56%)
Mutual labels:  debian, nginx
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+992.56%)
Mutual labels:  composer, nginx
Docker Matomo
Matomo (formerly Piwik) Docker image based on Alpine Linux
Stars: ✭ 117 (-3.31%)
Mutual labels:  nginx

Docker Hub; wyveo/nginx-php-fpm nginx 1.19.7 php 8.0.3 License MIT

Introduction

This is a Dockerfile to build a debian based container image running nginx and php-fpm 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.19.7 8.0.3 buster 2.0.11
php80 php80 Branch 1.19.7 8.0.3 buster 2.0.11
php74 php74 Branch 1.19.7 7.4.16 buster 1.10.20
php73 php73 Branch 1.19.7 7.3.27 buster 1.10.20
php72 php72 Branch 1.19.7 7.2.34 buster 1.10.20
php71 php71 Branch 1.19.7 7.1.33 buster 1.10.20
php70 php70 Branch 1.19.7 7.0.33 buster 1.10.20

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:php74 . # PHP 7.4.x

Pulling from Docker Hub

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

Running

To run the container:

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

Default web root:

/usr/share/nginx/html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].