Skip to content

Commit fa3ee4b

Browse files
author
gsaslis
committed
Added extra env var for configuring the mediaserver external IP
This is necessary so that the SIP client knows where to connect. When not set, the startup scripts assume the mediaserver is listening on the docker internal ip address, which is not always accessible - e.g. from the macOS host, since docker is running in a VM.
1 parent 5bd7ef0 commit fa3ee4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ 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

3132
# ENVCONFURL: https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh

0 commit comments

Comments
 (0)