dcdown repair
This commit is contained in:
parent
d441492cf0
commit
aa44d120e4
|
@ -9,7 +9,7 @@
|
|||
)
|
||||
|
||||
if( -not $CliParams -or $CliParams[0] -is [string] ) { $CliParams = @($CliParams,@($null)) }
|
||||
$CliParams[0] = @('&') + $CliParams[0]
|
||||
$CliParams[0] = @('&', 'down') + $CliParams[0]
|
||||
|
||||
Invoke-DockerCompose -ProjectPath $ProjectPath -dcCommand 'down' -CliParams $CliParams -Recurse:$Recurse -Depth $Depth
|
||||
Invoke-DockerCompose -ProjectPath $ProjectPath -CliParams $CliParams -Recurse:$Recurse -Depth $Depth
|
||||
|
||||
|
|
Loading…
Reference in New Issue