Explorar o código

修改redis docker 仓库源

EightMonth hai 7 meses
pai
achega
9fde47957d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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