File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ services:
2626 environment :
2727 # # =============================== IMPORTANT!! While most of the below defaults should be fine, YOU PROBABLY NEED TO CHANGE THIS!!
2828 RCBCONF_STATIC_ADDRESS : 127.0.0.1 # YOUR LOCAL IP ADDRESS GOES HERE.
29+ RMSCONF_EXTERNAL_ADDRESS : 127.0.0.1 # YOUR LOCAL IP ADDRESS GOES HERE.
2930 # # =============================== IMPORTANT ========================================================================================
3031
31- ENVCONFURL : https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh
32+ # ENVCONFURL: https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh
3233 # REPOUSR: Username for `ENVCONFURL` if Authentication needed.
3334 # REPOPWD: Password for `ENVCONFURL` if Authentication needed.
3435
@@ -46,8 +47,8 @@ services:
4647 RCADVCONF_TRUSTSTORE_ALIAS : restcomm
4748
4849 # 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
50+ RMSCONF_MEDIA_LOW_PORT : 65000
51+ RMSCONF_MEDIA_HIGH_PORT : 65050
5152
5253 # RestComm Port configuration. Make sure these match the published ports in the `ports` section below.
5354 RCBCONF_SIP_PORT_UDP : 5080
You can’t perform that action at this time.
0 commit comments