traefik/compose.mssql.yml
decentral1se eb69ba9309
Some checks failed
continuous-integration/drone/push Build is failing
Expose host mode networking for mssql
See https://github.com/WASHNote/washnote-apps/issues/17.
2021-07-07 15:58:08 +02:00

11 lines
168 B
YAML

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