This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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