Expose host mode networking for mssql

See https://github.com/WASHNote/washnote-apps/issues/17.
This commit is contained in:
decentral1se 2021-07-07 15:58:08 +02:00
parent 21cd25f3d6
commit eb69ba9309
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ services:
environment:
- MSSQL_ENABLED
ports:
- "1433:1433"
- target: 1433
published: 1433
protocol: tcp
mode: host