1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-30 08:59:40 +02:00

[Compose] Rebuild PHP-FPM, SOGo

This commit is contained in:
andryyy 2021-04-09 13:49:49 +02:00
parent efd30df735
commit 334bbdf7c8
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -101,7 +101,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.74
image: mailcow/phpfpm:1.75
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@ -164,7 +164,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:1.98
image: mailcow/sogo:1.99
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}