Browse Source

修改redis docker 仓库源

EightMonth 6 months ago
parent
commit
9fde47957d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose-cloud.yml

+ 1 - 1
docker-compose-cloud.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