fix: force remove existing container before deploying
This commit is contained in:
@@ -65,6 +65,7 @@ jobs:
|
||||
|
||||
# Stop and remove existing container if it exists
|
||||
docker compose -f docker-compose.dev.yml down --remove-orphans || true
|
||||
docker rm -f nas-dashboard-dev || true
|
||||
|
||||
# Deploy with host network to avoid network conflicts in CI
|
||||
# The runner is already in gitea_gitea network, causing conflicts
|
||||
|
||||
Reference in New Issue
Block a user