From 5668736389ba57a74135084aada6ff97a33ef308 Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Mon, 5 Jan 2026 15:54:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BE=9D=E8=B5=96):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20Redis=20=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=E8=87=B3=208-al?= =?UTF-8?q?pine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index aed2c736..ca9ea031 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -148,7 +148,7 @@ services: # Redis Cache # =========================================================================== redis: - image: redis:7-alpine + image: redis:8-alpine container_name: sub2api-redis restart: unless-stopped ulimits: