mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-23 10:10:34 +00:00
Merge pull request #4844 from mailcow/feature/php-8.1
[PHP] Update to 8.1
This commit is contained in:
commit
b3bbeee5e2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM php:8.0-fpm-alpine3.16
|
||||
FROM php:8.1-fpm-alpine3.16
|
||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||
|
||||
ENV APCU_PECL 5.1.21
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ services:
|
|||
- rspamd
|
||||
|
||||
php-fpm-mailcow:
|
||||
image: mailcow/phpfpm:1.79
|
||||
image: mailcow/phpfpm:1.80
|
||||
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