mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 17:49:46 +00:00
[Compose] Update MariaDB to 10.4; Update PHP-FPM image to include fix
This commit is contained in:
parent
c9fb2517a2
commit
d5c600db7e
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ services:
|
|||
- unbound
|
||||
|
||||
mysql-mailcow:
|
||||
image: mariadb:10.3
|
||||
image: mariadb:10.4
|
||||
depends_on:
|
||||
- unbound-mailcow
|
||||
stop_grace_period: 45s
|
||||
|
|
@ -101,7 +101,7 @@ services:
|
|||
- rspamd
|
||||
|
||||
php-fpm-mailcow:
|
||||
image: mailcow/phpfpm:1.67
|
||||
image: mailcow/phpfpm:1.68
|
||||
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
|
||||
depends_on:
|
||||
- redis-mailcow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue