use keydb instead of redis
This commit is contained in:
parent
d2dd2482c5
commit
fde6bf5311
@ -44,7 +44,9 @@ services:
|
|||||||
|
|
||||||
redis-nextcloud:
|
redis-nextcloud:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
Loading…
Reference in New Issue
Block a user