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