From d55bc029dcf747ecd52a29c782495c52093fd163 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 21 Jan 2025 08:01:47 +0000 Subject: [PATCH] Update redis Docker tag to v7 --- compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.example.yml b/compose.example.yml index 7077fa7..03b5490 100644 --- a/compose.example.yml +++ b/compose.example.yml @@ -19,7 +19,7 @@ services: nitter_redis: container_name: nitter_redis - image: redis:6-alpine + image: redis:7-alpine command: redis-server --save 60 1 --loglevel warning volumes: - ./data:/data