mirror of
https://github.com/clearml/clearml-server
synced 2025-03-13 07:18:57 +00:00
Upgrade Redis to v6.2
This commit is contained in:
parent
e8ee6ce72e
commit
8d237b3cae
@ -101,7 +101,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
container_name: clearml-redis
|
||||
image: redis:5.0
|
||||
image: redis:6.2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- c:/opt/clearml/data/redis:/data
|
||||
|
@ -100,7 +100,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
container_name: clearml-redis
|
||||
image: redis:5.0
|
||||
image: redis:6.2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/clearml/data/redis:/data
|
||||
|
Loading…
Reference in New Issue
Block a user