a19b207043
When docker compose --pull never fails due to network endpoint issues, the retry with stripped networks fails because docker-socket-proxy container already exists (restart: unless-stopped recreates it after compose down). Fix by force-removing it before the retry. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>