Skip to content

Commit 5bd7ef0

Browse files
author
gsaslis
committed
Fixed names of env vars for mediaserver port range
1 parent 303c2a6 commit 5bd7ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ services:
4646
RCADVCONF_TRUSTSTORE_ALIAS: restcomm
4747

4848
#Functional configuration. Make sure these match the published port range in the `ports` section below.
49-
RMSCONF_MEDIASERVER_LOWEST_PORT: 65000
50-
RMSCONF_MEDIASERVER_HIGHEST_PORT: 65050
49+
RMSCONF_MEDIA_LOW_PORT: 65000
50+
RMSCONF_MEDIA_HIGH_PORT: 65050
5151

5252
#RestComm Port configuration. Make sure these match the published ports in the `ports` section below.
5353
RCBCONF_SIP_PORT_UDP: 5080

0 commit comments

Comments
 (0)