Commit cc3ef5d
박성모
fix(install): stop orphan containers before compose_up to prevent port conflicts
On a retried install, a previous run may have left a partially-started
container still holding port 18789. compose_up then fails with:
failed to bind host port 127.0.0.1:18789/tcp: address already in use
Run 'docker compose down --remove-orphans' before 'docker compose up'
to clean up stale containers from this compose project. Volumes are
preserved. Unrelated containers are not touched.
Update TROUBLESHOOTING 원인 A with two sub-cases: orphan openclaw
container (A-1, auto-fixed by v0.1.10+) and different app on port (A-2)
with the correct port numbers (18789/18790, not 8000).1 parent 6f9151c commit cc3ef5d
2 files changed
Lines changed: 26 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
618 | 629 | | |
619 | | - | |
620 | | - | |
621 | | - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
622 | 633 | | |
623 | 634 | | |
624 | 635 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
331 | 341 | | |
332 | 342 | | |
333 | 343 | | |
| |||
0 commit comments