some more dashboard stuff

This commit is contained in:
2024-11-28 01:22:59 -07:00
parent d5bacff369
commit 6a4cdd6b50
5 changed files with 24 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ if ($downStack) {
Write-Output "[+] Removing stack..."
docker stack rm $stackName
docker service rm registry
Start-Sleep 15
Start-Sleep 20
docker volume rm $(docker volume ls --filter name=$stackName -q)
}
elseif ($MasterNode) {