Skip to content

fix: kill stale port holders before docker run#109

Merged
Jing-yilin merged 1 commit into
mainfrom
fix/deploy-port-cleanup
Mar 22, 2026
Merged

fix: kill stale port holders before docker run#109
Jing-yilin merged 1 commit into
mainfrom
fix/deploy-port-cleanup

Conversation

@Jing-yilin
Copy link
Copy Markdown
Contributor

The old dap-bootstrap Node.js process holds port 8099 even after docker rm awn-gateway, causing docker run to fail with address already in use. Adding fuser -k 8099/tcp and 8100/tcp before the run clears any leftover listeners.

skip-changelog

The old dap-bootstrap node process holds port 8099 after container
removal. fuser -k clears it so docker run never races on the port.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@Jing-yilin Jing-yilin added the skip-changelog PR does not need a version bump (docs, CI, tests) label Mar 22, 2026
@Jing-yilin Jing-yilin merged commit 0c20b33 into main Mar 22, 2026
3 of 4 checks passed
@Jing-yilin Jing-yilin deleted the fix/deploy-port-cleanup branch March 22, 2026 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog PR does not need a version bump (docs, CI, tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant