forked from coop-cloud/traefik
Expose host mode networking for mssql
See https://github.com/WASHNote/washnote-apps/issues/17.
This commit is contained in:
parent
21cd25f3d6
commit
eb69ba9309
@ -4,4 +4,7 @@ services:
|
||||
environment:
|
||||
- MSSQL_ENABLED
|
||||
ports:
|
||||
- "1433:1433"
|
||||
- target: 1433
|
||||
published: 1433
|
||||
protocol: tcp
|
||||
mode: host
|
||||
|
Loading…
x
Reference in New Issue
Block a user