Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 264 Bytes

File metadata and controls

9 lines (6 loc) · 264 Bytes

x2-server-sqlserver

GraphQL interface on email in SQL Server for X2 client.

To run SQL Server in a Docker container, use:

docker run --name sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=f00bar' -p 1433:1433 -d mcr.microsoft.com/mssql/server:latest