Use Redis 6 in Docker setup

This commit is contained in:
Andreas Nedbal 2023-01-31 23:12:05 +01:00 committed by Andreas Nedbal
parent 8deb78b548
commit 3c263db45c

View file

@ -19,7 +19,7 @@ services:
- 1234:1234
redis:
image: redis:3.2.11-alpine
image: redis:6.2.10-alpine
ports:
- 6379:6379