mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-28 08:52:00 +02:00
[Compose] Update PHP-FPM image
This commit is contained in:
parent
30cea1da9a
commit
435fee2bc9
@ -36,6 +36,7 @@ RUN apk add -U --no-cache autoconf \
|
||||
mysql-client \
|
||||
openldap-dev \
|
||||
pcre-dev \
|
||||
re2c \
|
||||
redis \
|
||||
samba-client \
|
||||
zlib-dev \
|
||||
|
@ -207,7 +207,7 @@ services:
|
||||
- dovecot
|
||||
|
||||
postfix-mailcow:
|
||||
image: mailcow/postfix:1.14
|
||||
image: mailcow/postfix:1.15
|
||||
build: ./data/Dockerfiles/postfix
|
||||
volumes:
|
||||
- ./data/conf/postfix:/opt/postfix/conf
|
||||
|
Loading…
Reference in New Issue
Block a user