We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
Why should this feature be implemented? By default, "docs" container failed to start
The text was updated successfully, but these errors were encountered:
Yes, it's a duplicate of #3499. I'll open a PR rn.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: