Skip to content

Instantly share code, notes, and snippets.

@kstevens715
Created December 16, 2016 17:02
Show Gist options
  • Save kstevens715/e5c43af02cf77993ab83371e1b09ae47 to your computer and use it in GitHub Desktop.
Save kstevens715/e5c43af02cf77993ab83371e1b09ae47 to your computer and use it in GitHub Desktop.
version: '2'
services:
msql:
image: microsoft/mssql-server-linux
environment:
- ACCEPT_EULA=Y
- SA_PASSWORD=1337Password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment