feat: 变更镜像仓库路径

This commit is contained in:
2023-09-07 08:30:37 +08:00
parent 3f89bfa7b3
commit 6ab89d3e8f
+2 -2
View File
@@ -7,7 +7,7 @@ version: '3.8'
services:
redis:
image: 'colovu/redis:latest'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/redis:latest'
ports:
- '6379'
environment:
@@ -18,7 +18,7 @@ services:
- 'redis_data:/srv/data'
redis-replica:
image: 'colovu/redis:latest'
image: 'registry.cn-shenzhen.aliyuncs.com/colovu/redis:latest'
ports:
- '6379'
environment: