mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-22 00:01:19 +00:00
13 lines
257 B
YAML
13 lines
257 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
sqlserver:
|
|
container_name: SQLServer
|
|
image: mcr.microsoft.com/mssql/server:2017-latest
|
|
ports:
|
|
- "1433"
|
|
environment:
|
|
ACCEPT_EULA: Y
|
|
SA_PASSWORD: "yourStrong(!)Password"
|
|
MSSQL_PID: "Express"
|