Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Created May 20, 2015 05:59
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 eyasuyuki/733519d15cbeb7ab95f4 to your computer and use it in GitHub Desktop.
Save eyasuyuki/733519d15cbeb7ab95f4 to your computer and use it in GitHub Desktop.
Druid docker-compose.yml
druid:
image: druid/cluster
ports:
- "3000:8082"
- "3001:8081"
expose:
- "8082"
- "8081"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment