Merge pull request #5099 from mailcow/feat/phpfpm-8.2

Update to PHP 8.2
This commit is contained in:
Niklas Meyer
2023-03-27 10:13:42 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.82
image: mailcow/phpfpm:1.83
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow