Created
July 5, 2021 16:13
-
-
Save fuglu/1b3251dc9ed0220e052639c7674f48ea to your computer and use it in GitHub Desktop.
Single node Elasticsearch cluster
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.4" | |
services: | |
elasticsearch: | |
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.2 | |
ports: | |
- 9200:9200 | |
- 9300:9300 | |
environment: | |
- discovery.type=single-node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment