mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2025-05-29 01:49:24 +08:00
Upgraded to Alpine 3.10, Nginx 1.16 & PHP 7.3
This commit is contained in:
parent
e829a11c93
commit
dfb64420b0
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.9
|
FROM alpine:3.10
|
||||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
||||||
Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."
|
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
|
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \
|
||||||
|
10
README.md
10
README.md
@ -1,5 +1,5 @@
|
|||||||
# Docker PHP-FPM 7.2 & Nginx 1.14 on Alpine Linux
|
# Docker PHP-FPM 7.3 & Nginx 1.16 on Alpine Linux
|
||||||
Example PHP-FPM 7.2 & Nginx 1.14 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
Example PHP-FPM 7.3 & Nginx 1.16 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
||||||
The image is only +/- 35MB large.
|
The image is only +/- 35MB large.
|
||||||
|
|
||||||
Repository: https://github.com/TrafeX/docker-php-nginx
|
Repository: https://github.com/TrafeX/docker-php-nginx
|
||||||
@ -7,7 +7,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
|
|||||||
|
|
||||||
* Built on the lightweight and secure Alpine Linux distribution
|
* Built on the lightweight and secure Alpine Linux distribution
|
||||||
* Very small Docker image size (+/-35MB)
|
* Very small Docker image size (+/-35MB)
|
||||||
* Uses PHP 7.2 for better performance, lower cpu usage & memory footprint
|
* Uses PHP 7.3 for better performance, lower cpu usage & memory footprint
|
||||||
* Optimized for 100 concurrent users
|
* Optimized for 100 concurrent users
|
||||||
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
|
* Optimized to only use resources when there's traffic (by using PHP-FPM's ondemand PM)
|
||||||
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
|
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
|
||||||
@ -17,8 +17,8 @@ Repository: https://github.com/TrafeX/docker-php-nginx
|
|||||||
|
|
||||||
[](https://hub.docker.com/r/trafex/alpine-nginx-php7/)
|
[](https://hub.docker.com/r/trafex/alpine-nginx-php7/)
|
||||||
[](https://microbadger.com/images/trafex/alpine-nginx-php7)
|
[](https://microbadger.com/images/trafex/alpine-nginx-php7)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
### Breaking changes (26/01/2019)
|
### Breaking changes (26/01/2019)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user