Unverified Commit e01e46b1 authored by Tushar's avatar Tushar Committed by GitHub
Browse files

Create docker-compose.yml

parent c42008b0
No related merge requests found
Showing with 13 additions and 0 deletions
+13 -0
version: '3.8'
services:
mssql:
image: mcr.microsoft.com/mssql/server:2017-latest
environment:
- SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
ports:
- "1433:1433"
volumes:
- mssql:/var/opt/mssql/data
volumes:
mssql:
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment