From 21d8b0ecb2722e04f77c3cbadbc0e142ef25e8f2 Mon Sep 17 00:00:00 2001 From: zclaiqcc Date: Thu, 20 Jul 2023 17:15:32 +0800 Subject: [PATCH] feat: downgrade redis to 7.0.10 due to https://github.com/redis/redis/issues/12362 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index cafa42c..0e34fc7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,7 @@ services: redis: container_name: safeline-redis restart: always - image: redis:7.0.11 + image: redis:7.0.10 volumes: - ${SAFELINE_DIR}/resources/redis/data:/data - /etc/localtime:/etc/localtime:ro