fix: manage.sh stop kills legacy meshcore-analyzer container + staging-go profile

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kpa-clawbot
2026-03-28 01:50:24 -07:00
co-authored by Copilot
parent 66067f128e
commit dce706831a
+2 -1
View File
@@ -597,7 +597,8 @@ cmd_stop() {
;;
all)
info "Stopping all containers..."
docker compose --profile staging down
docker compose --profile staging --profile staging-go down 2>/dev/null
docker rm -f "$CONTAINER_NAME" 2>/dev/null
log "All containers stopped."
;;
*)