This commit is contained in:
SomeoneElse 2025-06-04 12:28:42 +03:00 committed by GitHub
commit 5e2865224d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ services:
image: elasticsearch:8.17.0
restart: unless-stopped
volumes:
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
- c:/opt/clearml/data/elastic_7:/var/lib/elasticsearch/data
- /usr/share/elasticsearch/logs
fileserver:

View File

@ -63,7 +63,7 @@ services:
image: elasticsearch:8.17.0
restart: unless-stopped
volumes:
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
- /opt/clearml/data/elastic_7:/var/lib/elasticsearch/data
- /usr/share/elasticsearch/logs
fileserver: