Skip to content

Commit

Permalink
add docker-compose variable to allow for rtpengine to generate it's 2…
Browse files Browse the repository at this point in the history
…0k open ports. remove test port from rtpengine. add 20k ports to rtpegine
  • Loading branch information
JonMor26756 committed Sep 19, 2017
1 parent 8f82990 commit 0bc2fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ MYSQL_ROOT_PASSWORD=password
DOMAIN=rhizortc.specialstories.org
LETSENCRYPT_HOST=rhizortc.specialstories.org
LETSENCRYPT_EMAIL=admin@rhizortc.specialstories.org
COMPOSE_HTTP_TIMEOUT=3000 #docker-compose variable
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ services:
hostname: rtpengine
ports:
- "2223:2223/udp"
- "7722:7722/udp"
- "30000-50000:30000-50000/udp"

0 comments on commit 0bc2fd3

Please sign in to comment.