7 lines
185 B
PowerShell
7 lines
185 B
PowerShell
. "$PSScriptRoot\lib\common.ps1"
|
|
|
|
Write-Step "Stopping optional Cortex web UI"
|
|
Assert-Docker
|
|
$webStopArgs = @("--profile", "ui", "stop", "cortex-web")
|
|
Invoke-CortexCompose @webStopArgs
|