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

Fixes mapping of custom port with CHE_PORT #3734

Merged
merged 1 commit into from
Jan 14, 2017
Merged

Fixes mapping of custom port with CHE_PORT #3734

merged 1 commit into from
Jan 14, 2017

Conversation

TylerJewell
Copy link

What does this PR do?

Fixes an issue where changing ports would prevent Che from starting due to an unexpected use of CHE_PORT being passed into eclipse/che-server. Previously, we always assumed that the internal eclipse/che-server container would boot on port 8080 and then we just provide a port mapping from the custom port to the internal port. The new configuration approach actually passes CHE_PORT into eclipse/che-server, which causes the server to start internally on a different port.

This quick fix maps the external port to the internal port.

What issues does this PR fix or reference?

#3179

@TylerJewell TylerJewell added kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. labels Jan 14, 2017
@TylerJewell TylerJewell added this to the 5.0.2 milestone Jan 14, 2017
Copy link
Contributor

@riuvshin riuvshin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@TylerJewell TylerJewell self-assigned this Jan 14, 2017
@TylerJewell TylerJewell merged commit a425a94 into master Jan 14, 2017
@TylerJewell TylerJewell deleted the CHE-3179 branch January 14, 2017 15:45
@codenvy-ci
Copy link

@slemeur slemeur modified the milestones: 5.1.0, 5.0.2 Jan 17, 2017
@JamesDrummond JamesDrummond mentioned this pull request Jan 31, 2017
9 tasks
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants