-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Start Che Theia on another than 3000 port by default #12074
Comments
+1000 to this :-) |
Nice! |
ok but we are not supposed to run other apps in the theia container so to me this is really not something critical IMHO. |
@sunix network is shared across containers |
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers what are proposals so for the new 2 ports number ? |
What about 3100 and 3130 ? |
i suggest 74314
Edit: port range ... 0 to 65535 hosted: |
FYI Che uses the following ports for its services in workspaces:
|
@sunix the maximum port number is 65535, but note, that ports above 32768 (at least for linux) are ephemeral and it is not so good idea to use them. |
How are we progressing on this one? That should be an easy fix. Can we get it done asap? |
Done |
Description
Currently we start Theia on 3000 port by default, but that port is often used by some applications. For example nodejs http server uses 3000 port by default.
The proposal is to start Theia on some less popular port.
The text was updated successfully, but these errors were encountered: