We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083cb73 commit b791137Copy full SHA for b791137
Commands/Start-Htmx.ps1
@@ -354,7 +354,7 @@ function Start-Htmx {
354
# and an environment variable indicates we are in a container, we will use port 80.
355
if ($PSVersionTable.Platform -eq 'Unix' -and (
356
Get-ChildItem env: |
357
- Where-Object Name -Match 'In\P{p}{0,}Container'
+ Where-Object Name -Match 'In\p{P}{0,}Container'
358
)) {
359
if (-not $port) { $port = 80 }
360
"http://*:$port/"
0 commit comments