Skip to content

Commit

Permalink
feat(elasticsearch): set discovery.type to single node
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Sep 17, 2020
1 parent 6b7f93f commit 6a90790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/elasticsearch/7.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ version : '3'
services:
elasticsearch:
image: elasticsearch:7.6.2
environment:
- discovery.type=single-node

0 comments on commit 6a90790

Please sign in to comment.