Skip to content

Instantly share code, notes, and snippets.

@technicaldogsbody
Last active March 18, 2023 01:12
Embed
What would you like to do?
version: '3.9'
services:
mssql:
image: mcr.microsoft.com/azure-sql-edge
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: "0pti_R0cks"
ports:
- '1433:1433'
volumes:
- ./data:/var/opt/mssql/data
@cmple
Copy link

cmple commented Mar 18, 2023

Where's the Dockerfile, my friend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment