diff --git a/package/Linux/entrypoint.ps1 b/package/Linux/entrypoint.ps1 index 3ed4f0dac..6418bb11e 100644 --- a/package/Linux/entrypoint.ps1 +++ b/package/Linux/entrypoint.ps1 @@ -65,6 +65,10 @@ if ($Env:TCP_ENABLED) { } } +if (Test-Path Env:TCP_PORT) { + $TcpPort = $Env:TCP_PORT +} + $ExternalTcpPort = $TcpPort if (Test-Path Env:EXTERNAL_TCP_PORT) {