traefik/compose.mssql.yml

11 lines
168 B
YAML

version: "3.8"
services:
app:
environment:
- MSSQL_ENABLED
ports:
- target: 1433
published: 1433
protocol: tcp
mode: host