Skip to content

Commit

Permalink
Merge pull request #364 from eclipse/github_che_362_fix
Browse files Browse the repository at this point in the history
CHE-362: fix ignoring custom port of Che by ws agent
  • Loading branch information
Alexander Garagatyi committed Feb 17, 2016
2 parents 3157a7c + 32ba234 commit 20dc116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ machine.docker.machine_extra_hosts=NULL
# This is the API endpoint of the workspace master running within the core Che server.
# This tells the workspace agent how to connect back to the Che server.
# che-host is a fake DNS hostname that Che creates for itself.
machine.docker.che_api.endpoint=http://che-host:8080/ide/api
machine.docker.che_api.endpoint=http://che-host:${SERVER_PORT}/ide/api

# If this is true, then we always pull an image from a registry even if we have an image cached
# locally. If false, Docker only pulls image if it does not exist locally.
Expand Down

0 comments on commit 20dc116

Please sign in to comment.