浏览代码

Backing out updates causing issues with Elasticsearch 7.9 #488

Mark Shust 3 年之前
父节点
当前提交
f8ce6d616b
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      compose/docker-compose.yml

+ 0 - 4
compose/docker-compose.yml

@@ -46,10 +46,6 @@ services:
     environment:
       - "discovery.type=single-node"
       - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
-      # Avoid test failures due to small disks
-      # More info at https://github.com/markshust/docker-magento/issues/488
-      - "cluster.routing.allocation.disk.threshold_enabled=false"
-      - "index.blocks.read_only_allow_delete"
 
   rabbitmq:
     image: rabbitmq:3.8.22-management-alpine