Skip to content

Instantly share code, notes, and snippets.

@sslgeorge
Created May 18, 2019 16:37
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 sslgeorge/c85ebd0d2200e23ef1bd389aefcc2505 to your computer and use it in GitHub Desktop.
Save sslgeorge/c85ebd0d2200e23ef1bd389aefcc2505 to your computer and use it in GitHub Desktop.
version: '3.4'
services:
mssql:
image: 'microsoft/mssql-server-linux'
ports:
- 1433:1433
environment:
- ACCEPT_EULA='Y'
- SA_PASSWORD=Administrator100!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment