Skip to content

Instantly share code, notes, and snippets.

@tensionHuang
Created August 5, 2020 11:09
Show Gist options
  • Save tensionHuang/ebeb06d2c4216e618138925591b95723 to your computer and use it in GitHub Desktop.
Save tensionHuang/ebeb06d2c4216e618138925591b95723 to your computer and use it in GitHub Desktop.
elastic-search docker-compose
version: "3.8"
services:
elasticsearch:
image: elasticsearch:7.8.1
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