We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d42a91 commit f90e6a8Copy full SHA for f90e6a8
dockerfiles/docker-compose-search.yml
@@ -18,13 +18,14 @@ services:
18
# You may need to increase the memory for vm
19
# sudo sysctl -w vm.max_map_count=262144
20
search:
21
- image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
22
environment:
23
- discovery.type=single-node
24
- node.name=search
25
- cluster.routing.allocation.disk.threshold_enabled=false
26
- cluster.info.update.interval=30m
27
- "ES_JAVA_OPTS=-Xms128m -Xmx128m"
28
+ - ELASTIC_PASSWORD=password
29
ports:
30
- "9200:9200"
31
links:
0 commit comments