mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 05:27:23 +00:00
Update ElasticSearch version
This commit is contained in:
parent
8b8d8d6e6f
commit
605fccdef1
@ -58,7 +58,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
|
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||||
|
@ -60,7 +60,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
|
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||||
|
Loading…
Reference in New Issue
Block a user