We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303c2a6 commit 5bd7ef0Copy full SHA for 5bd7ef0
1 file changed
docker-compose.yml
@@ -46,8 +46,8 @@ services:
46
RCADVCONF_TRUSTSTORE_ALIAS: restcomm
47
48
#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
+ RMSCONF_MEDIA_LOW_PORT: 65000
+ RMSCONF_MEDIA_HIGH_PORT: 65050
51
52
#RestComm Port configuration. Make sure these match the published ports in the `ports` section below.
53
RCBCONF_SIP_PORT_UDP: 5080
0 commit comments