mirror of
https://github.com/clearml/clearml-server
synced 2025-02-12 07:38:28 +00:00
Update ES version
This commit is contained in:
parent
30cfdac8f2
commit
797e503e67
@ -63,7 +63,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.7
|
||||||
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
|
||||||
|
@ -63,7 +63,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.7
|
||||||
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