update
This commit is contained in:
parent
8526b74b61
commit
f5a12fd06e
1 changed files with 1 additions and 8 deletions
|
@ -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 <container name>`)
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue