mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
feat(cicd) fix redis container version for test (#11105)
Signed-off-by: Ziming Zhang <zziming@vmware.com>
This commit is contained in:
parent
f4ad0fbf00
commit
9440df1090
@ -21,7 +21,7 @@ services:
|
||||
ports:
|
||||
- 5432:5432
|
||||
redis:
|
||||
image: goharbor/redis-photon:4.0
|
||||
image: goharbor/redis-photon:__version__
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/redis:/var/lib/redis
|
||||
|
Loading…
Reference in New Issue
Block a user