From 3f254aab34ffc5fd3f3b712350b56e15b390ffc0 Mon Sep 17 00:00:00 2001 From: paulGao Date: Mon, 30 May 2022 19:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker-compose=E4=B8=ADelasti?= =?UTF-8?q?csearch=E6=8C=82=E8=BD=BD=E7=9B=AE=E5=BD=95=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e0c78e7..d8120e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,8 +31,8 @@ services: restart: always container_name: elasticsearch volumes: - - ../volumes/data/es7/logs:/usr/share/es7/logs:rw - - ../volumes/data/es7/data:/usr/share/es7/data:rw + - ../volumes/data/es7/logs:/usr/share/elasticsearch/logs:rw + - ../volumes/data/es7/data:/usr/share/elasticsearch/data:rw - ./config/ik:/usr/share/elasticsearch/plugins/ik # - "./elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml" ports: