Skip to content

chore: add docs for sharing ports #13136

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

Merged
merged 6 commits into from
May 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
stirby committed May 3, 2024
commit 47331f5ff83351de684964dc7142a904cf8f7982
6 changes: 3 additions & 3 deletions docs/networking/port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ not it is still accessible.

This can also be used to change the sharing level of `coder_app`s by entering
their port number in the shared ports UI. The `share` attribute of `coder_app`s
defined using the terraform provider can be overridden by sharing the port.
The sharing level is limited by the maximum level enforced by the template
in enterprise deployments, and not restricted in OSS deployments.
defined using the terraform provider can be overridden by sharing the port. The
sharing level is limited by the maximum level enforced by the template in
enterprise deployments, and not restricted in OSS deployments.

### Configure maximum port sharing level (enterprise)

Expand Down
Loading