Skip to content

Instantly share code, notes, and snippets.

@yoelfme
Created November 3, 2015 21:21
Show Gist options
  • Select an option

  • Save yoelfme/669d40cf8740de62a0b1 to your computer and use it in GitHub Desktop.

Select an option

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