Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restcomm RVD is not running from docker container

I am running restcomm docker container in AMI where. I have created the container by default setting.

Using the default values:

 docker run --name=restcomm -d -p 8080:8080 -p 5080:5080 -p 5082:5082 -p 5080:5080/udp -p 65000-65535:65000-65535/udp gvagenas/restcomm:7.3.0

i have not been able to access the RVD by

http://x.x.x.x:8080

like image 532
Rafiqul Islam Avatar asked Nov 20 '25 18:11

Rafiqul Islam


1 Answers

Can you try the command mentioned in http://www.telestax.com/rapid-webrtc-application-development-with-restcomm-and-docker/ ie

docker run –name=restcomm -d -e STATIC_ADDRESS=”YOUR_HOST_IP_ADDRESS_HERE” -p 8080:8080 -p 5080:5080 -p 5082:5082 -p 5080:5080/udp -p 65000-65535:65000-65535/udp gvagenas/restcomm
like image 119
jeand Avatar answered Nov 23 '25 06:11

jeand



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!