Skip to content

Commit 557d021

Browse files
author
Yorgos Saslis
authored
revert inadvertent changes
(from separate branch)
1 parent 33d2ced commit 557d021

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: docker-compose.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,8 @@ services:
2525

2626
environment:
2727
## =============================== 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.
3129
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-
3830
## =============================== IMPORTANT ========================================================================================
3931

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

0 commit comments

Comments
 (0)