Просмотр исходного кода

Update Elasticsearch context and version to 9.0.3 in Docker Compose configuration

Shun Miyazawa 9 месяцев назад
Родитель
Сommit
e2f2319efe
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      .devcontainer/compose.yml

+ 3 - 3
.devcontainer/compose.yml

@@ -26,10 +26,10 @@ services:
   #   cloned from https://github.com/weseek/growi-docker-compose.git
   #   cloned from https://github.com/weseek/growi-docker-compose.git
   elasticsearch:
   elasticsearch:
     build:
     build:
-      context: ../../growi-docker-compose/elasticsearch/v8
+      context: ../../growi-docker-compose/elasticsearch/v9
       dockerfile: ./Dockerfile
       dockerfile: ./Dockerfile
       args:
       args:
-        - version=8.7.0
+        - version=9.0.3
     restart: unless-stopped
     restart: unless-stopped
     ports:
     ports:
       - 9200
       - 9200
@@ -43,7 +43,7 @@ services:
         hard: -1
         hard: -1
     volumes:
     volumes:
       - /usr/share/elasticsearch/data
       - /usr/share/elasticsearch/data
-      - ../../growi-docker-compose/elasticsearch/v8/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+      - ../../growi-docker-compose/elasticsearch/v9/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
 
 
 volumes:
 volumes:
   pnpm-store:
   pnpm-store: