From 0b84192c29c48f28c0b4dbf8224438fb0f117e60 Mon Sep 17 00:00:00 2001 From: EightMonth Date: Wed, 11 Sep 2024 10:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4ab276f7..994ed131 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - jeecg-boot jeecg-boot-redis: - image: redis:5.0 + image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0 ports: - 6379:6379 restart: always