Skip to content

Commit

Permalink
suppress ES discovery warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 13, 2023
1 parent 4355596 commit 42d6215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ services:
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.2
environment:
- discovery.type=single-node
- discovery.seed_hosts=[]
- node.name=elasticsearch-01
- discovery.seed_hosts=elasticsearch-01
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.name=es-wis2box
Expand Down

0 comments on commit 42d6215

Please sign in to comment.