2 Commits
php8 ... master

Author SHA1 Message Date
e18202014f „README.md“ ändern 2022-06-17 11:36:58 +02:00
Gregor Schulte
897fe51326 Readme up to date 2021-12-29 14:20:37 +01:00

View File

@@ -1,6 +1,5 @@
![pipeline status](https://gitlab.com/ric_harvey/nginx-php-fpm/badges/master/pipeline.svg)
![docker hub](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat)
![docker hub](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat)
![docker hub](https://img.shields.io/docker/pulls/gschulte/nginx-php-fpm.svg?style=flat)
![docker hub](https://img.shields.io/docker/stars/gschulte/nginx-php-fpm.svg?style=flat)
## Overview
This is a Dockerfile/image to build a container for nginx and php-fpm, with the ability to pull website code from git when the container is created, as well as allowing the container to push and pull changes to the code to and from git. The container also has the ability to update templated files with variables passed to docker in order to update your code and settings. There is support for lets encrypt SSL configurations, custom nginx configs, core nginx/PHP variable overrides for running preferences, X-Forwarded-For headers and UID mapping for local volume support.
@@ -10,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on
### Versioning
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
|-----|-------|-----|--------|--------|
| latest/1.10.4 | Master Branch |1.18.0 | 7.4.10 | 3.12 |
| latest/1.11.0 | Master Branch |1.21.4 | 7.4.27 | 3.12 |
_Note:_ The image is now aviable on x86_64 and Arm systems!
@@ -18,8 +17,8 @@ _Note:_ The image is now aviable on x86_64 and Arm systems!
For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md)
### Links
- [https://gitlab.com/ric_harvey/nginx-php-fpm](https://gitlab.com/ric_harvey/nginx-php-fpm)
- [https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm](https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm)
- [https://git.schultes.dev/gregor/nginx-php-fpm](https://git.schultes.dev/gregor/nginx-php-fpm)
- [https://hub.docker.com/r/gschulte/nginx-php-fpm](https://hub.docker.com/r/gschulte/nginx-php-fpm)
## Quick Start
To pull from docker hub: