diff --git a/README.md b/README.md index 9b8e166..7b470f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Example PHP-FPM 7.4 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https The image is only +/- 25MB large. -Repository: https://github.com/erseco/alpine-php7-webserver +Repository: https://git.h2-invent.com/Public-System-Design/alpine-php7-webserver * Built on the lightweight and secure Alpine Linux distribution @@ -17,13 +17,6 @@ Repository: https://github.com/erseco/alpine-php7-webserver * The servers Nginx, PHP-FPM run under a non-privileged user (nobody) to make it more secure * The logs of all the services are redirected to the output of the Docker container (visible with `docker logs -f `) * Follows the KISS principle (Keep It Simple, Stupid) to make it easy to understand and adjust the image to your needs -* Also availabe in Apache flavour: `erseco/alpine-php7-webserver:apache` - -[![Docker Pulls](https://img.shields.io/docker/pulls/erseco/alpine-php7-webserver.svg)](https://hub.docker.com/r/erseco/alpine-php7-webserver/) -[![Docker image layers](https://images.microbadger.com/badges/image/erseco/alpine-php7-webserver.svg)](https://microbadger.com/images/erseco/alpine-php7-webserver) -![nginx 1.18.0](https://img.shields.io/badge/nginx-1.18-brightgreen.svg) -![php 7.4](https://img.shields.io/badge/php-7.4-brightgreen.svg) -![License MIT](https://img.shields.io/badge/license-MIT-blue.svg) ## Usage