Skip to content

Commit f90e6a8

Browse files
authored
Upgrade ES to 8.x (#190)
1 parent 7d42a91 commit f90e6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/docker-compose-search.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ services:
1818
# You may need to increase the memory for vm
1919
# sudo sysctl -w vm.max_map_count=262144
2020
search:
21-
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
21+
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
2222
environment:
2323
- discovery.type=single-node
2424
- node.name=search
2525
- cluster.routing.allocation.disk.threshold_enabled=false
2626
- cluster.info.update.interval=30m
2727
- "ES_JAVA_OPTS=-Xms128m -Xmx128m"
28+
- ELASTIC_PASSWORD=password
2829
ports:
2930
- "9200:9200"
3031
links:

0 commit comments

Comments
 (0)