[Compose] Update PHP-FPM image

master
André 2018-04-26 22:04:59 +02:00
parent 30cea1da9a
commit 435fee2bc9
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ RUN apk add -U --no-cache autoconf \
mysql-client \ mysql-client \
openldap-dev \ openldap-dev \
pcre-dev \ pcre-dev \
re2c \
redis \ redis \
samba-client \ samba-client \
zlib-dev \ zlib-dev \

View File

@ -207,7 +207,7 @@ services:
- dovecot - dovecot
postfix-mailcow: postfix-mailcow:
image: mailcow/postfix:1.14 image: mailcow/postfix:1.15
build: ./data/Dockerfiles/postfix build: ./data/Dockerfiles/postfix
volumes: volumes:
- ./data/conf/postfix:/opt/postfix/conf - ./data/conf/postfix:/opt/postfix/conf