Skip to content

Instantly share code, notes, and snippets.

@defrindr
Created September 6, 2024 03:26
Show Gist options
  • Save defrindr/78735fe5f528abeb4d4cb9c972eb939e to your computer and use it in GitHub Desktop.
Save defrindr/78735fe5f528abeb4d4cb9c972eb939e to your computer and use it in GitHub Desktop.
version: "3.9"
services:
# Database instance
mssql:
image: mcr.microsoft.com/azure-sql-edge:latest
volumes:
- events_mssql:/var/opt/mssql
ports:
- 1433:1433
environment:
- ACCEPT_EULA=1
- MSSQL_SA_PASSWORD=Passw@rd
volumes:
events_mssql:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment