Files
ewoooc/.gitea/workflows
ogt 2ffbe06eab
Some checks failed
CD Pipeline / deploy (push) Failing after 45s
fix: resolve container name conflict in rebuild CD step
'docker compose up --force-recreate' fails when the existing container
was started by a different compose invocation, leaving a stale container
with the same name. Error: 'container name already in use'.

Fix: explicitly stop + rm the two containers before compose build & up.
Using 2>/dev/null to ignore errors if containers are already stopped.
Removed --force-recreate (no longer needed after explicit rm).
2026-04-20 06:46:04 +08:00
..