Is Gitpod-like Ports feature supported? #391
luxingxiao
started this conversation in
General
Replies: 1 comment
-
Hi, no, we don’t support this at the moment. Out of the box, we only expose the port that the main application is running on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.gitpod.io/docs/configure/workspaces/ports
Gitpod supports exposing HTTP ports via a custom domain that is associated with your workspace. You can also use port forwarding, so that you do not need to update your application if it already references the localhost hostname. You can forward all ports using the local companion, natively in both VS Code Desktop, JetBrains and also via the command-line using SSH.
Beta Was this translation helpful? Give feedback.
All reactions