Skip to content

Instantly share code, notes, and snippets.

@robrich
Last active October 12, 2021 16:36
Show Gist options
  • Save robrich/00ae8ab3bdff35785760417c8c36d286 to your computer and use it in GitHub Desktop.
Save robrich/00ae8ab3bdff35785760417c8c36d286 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