Created
February 21, 2020 01:08
-
-
Save lukecurtis93/8833461347de5ce099419a639dda46ac to your computer and use it in GitHub Desktop.
MSSQL Server on MacOS
This file contains 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" | |
services: | |
mssql: | |
image: "mcr.microsoft.com/mssql/server:2019-latest" | |
environment: | |
SA_PASSWORD: "SuperS3Cret" | |
ACCEPT_EULA: "Y" | |
MSSQL_AGENT_ENABLED: "true" | |
ports: | |
- "2500:1433" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
credit to @williamhenry94