Created
May 18, 2019 16:37
-
-
Save sslgeorge/c85ebd0d2200e23ef1bd389aefcc2505 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: '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