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:
boite 2018-05-08 12:15:06 +01:00
parent 8bf475a8af
commit eb1ce5cc59

View File

@ -1,5 +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 \
git \