[docker] Switch to valkey for key/value storage (#558)

This commit is contained in:
Laura Hausmann 2024-07-02 22:57:11 +02:00
parent 9a932865b7
commit 3de130e932
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -22,7 +22,7 @@ services:
redis:
restart: always
container_name: iceshrimp_redis
image: docker.io/redis:7.0-alpine
image: docker.io/valkey/valkey:7-alpine
networks:
- network
volumes: