Skip to content

Instantly share code, notes, and snippets.

@bt5e
Created November 30, 2015 02:42
Show Gist options
  • Save bt5e/f9bd30d2bc02e516b0ae to your computer and use it in GitHub Desktop.
Save bt5e/f9bd30d2bc02e516b0ae to your computer and use it in GitHub Desktop.
docker compose elasticsearch & kibana
elasticsearch:
image: elasticsearch
ports:
- "9200:9200"
kibana:
image: kibana
links:
- elasticsearch
ports:
- "5601:5601"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment