From 897fe51326feefbfa009bf233c57b9c9a9210c51 Mon Sep 17 00:00:00 2001 From: Gregor Schulte Date: Wed, 29 Dec 2021 14:20:37 +0100 Subject: [PATCH] Readme up to date --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b088dea..21422b7 100644 --- a/README.md +++ b/README.md @@ -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://bitbucket.org/GSchulte/nginx-php-fpm/src/master/](https://bitbucket.org/GSchulte/nginx-php-fpm/src/master/) +- [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: