e4ad440c15
docker compose up --force-recreate only works when Compose owns the container. If the container was started outside Compose (e.g. manually via docker restart), Compose can't recreate it and errors with "container name already in use". Explicitly stopping and removing it first handles both cases cleanly. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>