Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker docs default port 7000 #3589

Closed
huydbui opened this issue Feb 12, 2022 · 1 comment · Fixed by #3590
Closed

docker docs default port 7000 #3589

huydbui opened this issue Feb 12, 2022 · 1 comment · Fixed by #3590

Comments

@huydbui
Copy link

huydbui commented Feb 12, 2022

Description

What are you proposing? How should it be implemented?

Right now, local.yml has the default port for "docs" at 7000
Since macOS Monterey, there is a ControlCenter took over port 7000

https://developer.apple.com/forums/thread/682332
Run this in the command line: sudo lsof -i -n -P | grep TCP

ControlCe 1630 username 20u IPv4 0x8bc47679e959aa1b 0t0 TCP *:7000 (LISTEN)
ControlCe 1630 username 21u IPv6 0x8bc47679e9554ee3 0t0 TCP *:7000 (LISTEN)
ControlCe 1630 username 22u IPv4 0x8bc47679e9597f7b 0t0 TCP *:5000 (LISTEN)
ControlCe 1630 username 23u IPv6 0x8bc47679e9556383 0t0 TCP *:5000 (LISTEN)

Should we change the default now, from 7000 to 7070 or something?

Rationale

Why should this feature be implemented?
By default, "docs" container failed to start

@huydbui huydbui closed this as completed Feb 12, 2022
@huydbui huydbui changed the title docker docs docker docs default port 7000 Feb 12, 2022
@huydbui huydbui reopened this Feb 12, 2022
@Andrew-Chen-Wang
Copy link
Contributor

Yes, it's a duplicate of #3499. I'll open a PR rn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants