Skip to content

Commit

Permalink
Merge pull request #34023 from dimagi/nh/docker_error
Browse files Browse the repository at this point in the history
Fix `array items[0,2] must be unique`
  • Loading branch information
esoergel committed Jan 24, 2024
2 parents ddc5faf + 02855c5 commit b4f9ac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/hq-compose-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ services:
command: elasticsearch --cluster.name=${ES_CLUSTER_NAME}
environment:
ES_CLUSTER_NAME: ES_CLUSTER_NAME
ES_JAVA_OPTS: "-Des.script.engine.groovy.inline.aggs=true -Des.script.engine.groovy.inline.search=true"
ports:
- "9205:9200"

Expand All @@ -53,7 +52,6 @@ services:
command: elasticsearch
environment:
ES_CLUSTER_NAME: ${ES_CLUSTER_NAME}
ES_JAVA_OPTS: "-Xms750m -Xmx750m -Des.script.engine.groovy.inline.aggs=true -Des.script.engine.groovy.inline.search=true"
ports:
- "9200:9200"

Expand Down

0 comments on commit b4f9ac3

Please sign in to comment.