Created
December 16, 2016 17:02
-
-
Save kstevens715/e5c43af02cf77993ab83371e1b09ae47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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