Skip to content

Instantly share code, notes, and snippets.

@yoelfme
Created November 3, 2015 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoelfme/669d40cf8740de62a0b1 to your computer and use it in GitHub Desktop.
Save yoelfme/669d40cf8740de62a0b1 to your computer and use it in GitHub Desktop.
Elactic with Docker Compose
elasticsearch:
image: elasticsearch
command: elasticsearch -Des.network.host=_non_loopback_
ports:
- "9200:9200"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment