I have downloaded the successfully build openwebrtc public image from docker hub and using it. After running the following command 'openwebrtc-daemon', I tried to access the application from the browser with the public_ip:10717 of the AWS EC2 instance. When I check the app to which ports it is listening to using the following command- 'netstat -pan', service openwebrtc-daemon is listening to the following ports 10717,10719 and the ip its listening to is 127.0.0.1. Not able to access the application. What could be the reason behind this?
I have downloaded the successfully build openwebrtc public image from docker hub and using it. After running the following command 'openwebrtc-daemon', I tried to access the application from the browser with the public_ip:10717 of the AWS EC2 instance. When I check the app to which ports it is listening to using the following command- 'netstat -pan', service openwebrtc-daemon is listening to the following ports 10717,10719 and the ip its listening to is 127.0.0.1. Not able to access the application. What could be the reason behind this?