-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docker-compose variable to allow for rtpengine to generate it's 2…
…0k open ports. remove test port from rtpengine. add 20k ports to rtpegine
- Loading branch information
1 parent
8f82990
commit 0bc2fd3
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ services: | |
hostname: rtpengine | ||
ports: | ||
- "2223:2223/udp" | ||
- "7722:7722/udp" | ||
- "30000-50000:30000-50000/udp" |