1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-30 09:07:19 +00:00

Merge pull request #6044 from mailcow/feat/redis-session-store

[PHP-FPM] Use redis as session store
This commit is contained in:
FreddleSpl0it
2024-09-05 10:55:07 +02:00
committed by GitHub
2 changed files with 13 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.89
image: mailcow/phpfpm:1.90
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
@@ -553,7 +553,7 @@ services:
aliases:
- dockerapi
##### Will be removed soon #####
solr-mailcow:
image: mailcow/solr:1.8.3