[Compose] Update to Redis 6; Update PHP FPM image

master
andryyy 2021-08-08 16:05:41 +02:00
parent fc8ac2de1f
commit a40ed30e97
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ services:
- mysql
redis-mailcow:
image: redis:5-alpine
image: redis:6-alpine
volumes:
- redis-vol-1:/data/:Z
restart: always
@ -103,7 +103,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.75
image: mailcow/phpfpm:1.76
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow