diff --git a/compose.mssql.yml b/compose.mssql.yml index 6699956..0779664 100644 --- a/compose.mssql.yml +++ b/compose.mssql.yml @@ -4,4 +4,7 @@ services: environment: - MSSQL_ENABLED ports: - - "1433:1433" + - target: 1433 + published: 1433 + protocol: tcp + mode: host