mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2025-05-10 02:25:51 +08:00
Upgraded alpine to 3.12
This commit is contained in:
parent
a9b19696cd
commit
9f3f63d0a9
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
||||||
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
|
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Docker PHP-FPM 7.3 & Nginx 1.16 on Alpine Linux
|
# Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
|
||||||
Example PHP-FPM 7.3 & Nginx 1.16 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
Example PHP-FPM 7.3 & Nginx 1.18 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
|
||||||
@ -17,7 +17,7 @@ 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)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@ -57,7 +57,7 @@ PHP-FPM configuration:
|
|||||||
|
|
||||||
docker run -v "`pwd`/php-fpm-settings.conf:/etc/php7/php-fpm.d/server.conf" trafex/alpine-nginx-php7
|
docker run -v "`pwd`/php-fpm-settings.conf:/etc/php7/php-fpm.d/server.conf" trafex/alpine-nginx-php7
|
||||||
|
|
||||||
_Note; Because `-v` requires an absolute path I've added `pwd` in the example to return the absolute path to the current directory_
|
_Note; Because `-v` requires an absolute path I've added `pwd` in the example to return the absolute path to the current directory_
|
||||||
|
|
||||||
|
|
||||||
## Adding composer
|
## Adding composer
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
sut:
|
sut:
|
||||||
image: alpine:3.10
|
image: alpine:3.12
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
command: /tmp/run_tests.sh
|
command: /tmp/run_tests.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user