Skip to content

Wrong port in 'docker run' command in docs quick start #2494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
otsakir opened this issue Sep 11, 2017 · 1 comment
Closed

Wrong port in 'docker run' command in docs quick start #2494

otsakir opened this issue Sep 11, 2017 · 1 comment
Assignees

Comments

@otsakir
Copy link
Contributor

otsakir commented Sep 11, 2017

According to the docs found here:

http://documentation.telestax.com/connect/configuration/docker/Restcomm%20-%20Docker%20Quick%20Start%20Guide.html#install-and-run-restcomm-docker

the command to start restcomm instance is:

docker run  -i -d --name=myrestcomm -v /var/log/restcomm/:/var/log/restcomm/ -e RCBCONF_STATIC_ADDRESS="192.168.2.5" -e ENVCONFURL="https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh" -p 80:80 -p 443:443 -p 9990:9990 -p 5060:5060 -p 5061:5061 -p 5062:5062 -p 5063:5063 -p 5060:5060/udp -p 65000-65050:65000-65050/udp restcomm/restcomm:latest

Trying to access http://ANY_DOCKER_OR_ETHERNET_IP:80 doesn't work.

The -p 80:80 seems wrong since no response comes from there. Replacing it with -p 80:8080 fixes the issue. It looks like restcomm is started on port 8080 internally.

@croufay croufay self-assigned this Sep 11, 2017
@croufay
Copy link
Contributor

croufay commented Sep 11, 2017

I am closing this issue, fixed with this commit
0c4ec2e

@croufay croufay closed this as completed Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants