Created
September 6, 2024 03:26
-
-
Save defrindr/78735fe5f528abeb4d4cb9c972eb939e to your computer and use it in GitHub Desktop.
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.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