Skip to content

Commit 40d57db

Browse files
author
Jean Deruelle
authored
Merge pull request #2751 from RestComm/hotfix/mediaserver_connectivity_on_docker_compose
Fix mediaserver connectivity issues on docker compose
2 parents 15c2960 + fa3ee4b commit 40d57db

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)