GitHub user aNutForAJarOfTuna opened a pull request:
https://github.com/apache/ignite/pull/2790
Ignite web console docker should listen to all interface for nginx.
When running ignite web console standalone on remote machine, nginx setting
set backend api as localhost which cause browser to lookup wrong hostname.
Setting to 0.0.0.0 will ensure correct binding.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aNutForAJarOfTuna/ignite fix_docker_standalone
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2790.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2790
----
commit f256f049b5c23ebab5671bcf99ac9c8ed6a85483
Author: pzang <[email protected]>
Date: 2017-10-02T20:36:28Z
Ignite web console docker should listen to all interface for nginx.
----
---