Skip to content
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

Main ReadMe: Question about port for JSONrpc docker #254

Closed
miseifert opened this issue Oct 24, 2020 · 3 comments
Closed

Main ReadMe: Question about port for JSONrpc docker #254

miseifert opened this issue Oct 24, 2020 · 3 comments

Comments

@miseifert
Copy link

miseifert commented Oct 24, 2020

The current readme says one should use

docker run -p 50051:50051 -p 5000-5020:5000-5020/udp pionwebrtc/ion-sfu:latest-jsonrpc

However when I start this docker container it says (on the command line) that it's listening on port 7000? Shouldn't the exposed port be 7000 then?

E.g.

docker run -p 7000:7000 -p 5000-5020:5000-5020/udp pionwebrtc/ion-sfu:latest-jsonrpc
           ^^^^^^^^^^^^
@tarrencev
Copy link
Collaborator

yes you are right. the readme should be updated. sorry about that

@tarrencev
Copy link
Collaborator

updated :)

@miseifert
Copy link
Author

Awesome! Thank you for the fast replay and the fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants