The situation is as follows:
- from the host:
- http://locahost:8080/volume-viewer.html => works
- http://172.17.0.2:8080/volume-viewer.html => Does not works
- http://192.168.60.177:8080/volume-viewer.html => Does not works
- from another host:
- http://172.17.0.2:8080/volume-viewer.html => Does not works
- http://192.168.60.177:8080/volume-viewer.html => Does not works
Where 192.168.60.177 is the IP of host machine on which docker is deployed.