Skip to content

Instantly share code, notes, and snippets.

@Talhafayyaz11
Last active February 1, 2024 13:08
Show Gist options
  • Save Talhafayyaz11/77b83b77d3e2188430d6345fbc62a008 to your computer and use it in GitHub Desktop.
Save Talhafayyaz11/77b83b77d3e2188430d6345fbc62a008 to your computer and use it in GitHub Desktop.
version: "3"
services:
finance_sql:
container_name: tx_sqlserver
restart: "always"
image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
environment:
SA_PASSWORD: "P@ssw0rd"
ACCEPT_EULA: "Y"
MSSQL_PID: "Express"
volumes:
- mssql-volume:/var/opt/mssql/data
ports:
- "1433:1433"
volumes:
mssql-volume:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment