Update redis Docker tag to v8 #4

Closed
renovate wants to merge 1 commits from renovate/redis-8.x into custom
Showing only changes of commit 20d0af50ca - Show all commits

View File

@ -19,7 +19,7 @@ services:
nitter_redis:
container_name: nitter_redis
image: redis:6-alpine
image: redis:8-alpine
command: redis-server --save 60 1 --loglevel warning
volumes:
- ./data:/data