Skip to content

Instantly share code, notes, and snippets.

@Fronix
Created February 26, 2022 16:49
Show Gist options
  • Save Fronix/7cdb4068aac3f55bed9906a0854bc5ac to your computer and use it in GitHub Desktop.
Save Fronix/7cdb4068aac3f55bed9906a0854bc5ac to your computer and use it in GitHub Desktop.
services:
mssql:
image: mcr.microsoft.com/mssql/server
ports:
- '1433:1433'
environment:
SA_PASSWORD: 'SoM3C0mLiC4t3dP4szWoRd'
ACCEPT_EULA: 'Y'
MSSQL_PID: 'Express'
volumes:
- './expressdb:/var/opt/mssql/data'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment