4 lines
100 B
PowerShell
4 lines
100 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
Set-Location (Split-Path $PSScriptRoot -Parent)
|
|
docker compose down
|