Skip to content

Commit eb1ce5c

Browse files
committed
Use php:7.2-fpm-alpine image
which allows FPM to listen on all interfaces even when IPv6 is disabled. See docker-library/php#562
1 parent 8bf475a commit eb1ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM composer:1.5
2-
FROM php:7.1-fpm-alpine
2+
FROM php:7.2-fpm-alpine
33

44
RUN apk add --no-cache --virtual .persistent-deps \
55
git \

0 commit comments

Comments
 (0)