Merge pull request #7199 from EightMonth/master

修改redis docker 仓库源
pull/7256/head
JEECG 2024-09-11 10:29:14 +08:00 committed by GitHub
commit 7d7cc3fb08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
- jeecg-boot - jeecg-boot
jeecg-boot-redis: jeecg-boot-redis:
image: redis:5.0 image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
ports: ports:
- 6379:6379 - 6379:6379
restart: always restart: always

View File

@ -23,7 +23,7 @@ services:
- jeecg-boot - jeecg-boot
jeecg-boot-redis: jeecg-boot-redis:
image: redis:5.0 image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
ports: ports:
- 6379:6379 - 6379:6379
restart: always restart: always