Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save VeryFatBoy/390eb5ca1dc0b4357b3b6cb35251c11f to your computer and use it in GitHub Desktop.
version: '2'
services:
memsql:
image: 'memsql/cluster-in-a-box'
ports:
- 3306:3306
- 8080:8080
environment:
LICENSE_KEY: ${LICENSE_KEY}
ROOT_PASSWORD: 'password'
START_AFTER_INIT: 'Y'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment