472f188ea6
The three hardcoded pkill lines only covered ports 3011-3013. docker-proxy can linger after compose down, causing "address already in use" when the new stack races to bind the same port. Replace with a single pattern covering all 30xx ports and bump sleep to 5s. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>