File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.13
1
+ FROM alpine:3.14
2
2
LABEL Maintainer=
"Tim de Pater <[email protected] >"
3
- LABEL Description="Lightweight container with Nginx 1.18 & PHP 8.0 based on Alpine Linux."
3
+ LABEL Description="Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."
4
4
5
5
# Install packages and remove default server definition
6
6
RUN apk --no-cache add \
@@ -23,8 +23,7 @@ RUN apk --no-cache add \
23
23
php8-xml \
24
24
php8-xmlreader \
25
25
php8-zlib \
26
- supervisor \
27
- && rm /etc/nginx/conf.d/default.conf
26
+ supervisor
28
27
29
28
# Create symlink so programs depending on `php` still function
30
29
RUN ln -s /usr/bin/php8 /usr/bin/php
Original file line number Diff line number Diff line change 1
- # Docker PHP-FPM 8.0 & Nginx 1.18 on Alpine Linux
2
- Example PHP-FPM 8.0 & Nginx 1.18 setup for Docker, build on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
1
+ # Docker PHP-FPM 8.0 & Nginx 1.20 on Alpine Linux
2
+ Example PHP-FPM 8.0 & Nginx 1.20 setup for Docker, build on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
3
3
The image is only +/- 40MB large.
4
4
5
5
Repository: https://github.com/TrafeX/docker-php-nginx
@@ -16,7 +16,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
16
16
17
17
18
18
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/php-nginx.svg )] ( https://hub.docker.com/r/trafex/php-nginx/ )
19
- ![ nginx 1.18.0] ( https://img.shields.io/badge/nginx-1.18 -brightgreen.svg )
19
+ ![ nginx 1.18.0] ( https://img.shields.io/badge/nginx-1.20 -brightgreen.svg )
20
20
![ php 8.0] ( https://img.shields.io/badge/php-8.0-brightgreen.svg )
21
21
![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
22
22
You can’t perform that action at this time.
0 commit comments