Files
soroushasadi/.gitea
soroush.asadi e5094b53ff
deploy / deploy (push) Failing after 2s
Fix deploy: stop old container before starting new one
Port 3000 was already allocated by the previous container from the
Next.js era. --remove-orphans only removes containers within the same
compose project, so the old one survived. Explicitly stop+rm the named
container before docker compose up so the port is always free.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:17:11 +03:30
..