use keydb instead of redis

This commit is contained in:
Florian Rupp 2024-04-06 22:03:16 +02:00
parent d2dd2482c5
commit fde6bf5311
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ services:
redis-nextcloud:
container_name: redis-nextcloud
image: redis:latest
# image: redis:latest
# keydb is a fork and drop-in replacement for Redis
image: eqalpha/keydb
restart: unless-stopped
networks:
- nextcloud