File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,8 @@ services:
25
25
26
26
environment :
27
27
# # =============================== IMPORTANT!! While most of the below defaults should be fine, YOU PROBABLY NEED TO CHANGE THIS!!
28
-
29
- # ## Defaults for Docker @ macOS, go with the below, instead. Please note you'll need Docker version > 17.12 for `docker.for.mac.localhost` to work.
30
- RCBCONF_STATIC_ADDRESS : docker.for.mac.localhost
28
+ RCBCONF_STATIC_ADDRESS : 127.0.0.1 # YOUR LOCAL IP ADDRESS GOES HERE.
31
29
RMSCONF_EXTERNAL_ADDRESS : 127.0.0.1 # YOUR LOCAL IP ADDRESS GOES HERE.
32
- RCBCONF_HOSTNAME : docker.for.mac.localhost
33
-
34
- # ## Defaults for Docker @ Linux. Please also ensure to enable `network_mode: "host"` below.
35
- # RCBCONF_STATIC_ADDRESS: 127.0.0.1
36
- # RMSCONF_EXTERNAL_ADDRESS: 127.0.0.1
37
-
38
30
# # =============================== IMPORTANT ========================================================================================
39
31
40
32
# ENVCONFURL: https://raw.githubusercontent.com/RestComm/Restcomm-Docker/master/env_files/restcomm_env_locally.sh
You can’t perform that action at this time.
0 commit comments