Use php:7.2-fpm-alpine image
which allows FPM to listen on all interfaces even when IPv6 is disabled. See https://github.com/docker-library/php/pull/562
This commit is contained in:
parent
8bf475a8af
commit
eb1ce5cc59
@ -1,5 +1,5 @@
|
|||||||
FROM composer:1.5
|
FROM composer:1.5
|
||||||
FROM php:7.1-fpm-alpine
|
FROM php:7.2-fpm-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .persistent-deps \
|
RUN apk add --no-cache --virtual .persistent-deps \
|
||||||
git \
|
git \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user