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.
|
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
|
* 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 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>`)
|
* 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
|
* 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`
|
|
||||||
|
|
||||||
[](https://hub.docker.com/r/erseco/alpine-php7-webserver/)
|
|
||||||
[](https://microbadger.com/images/erseco/alpine-php7-webserver)
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue