Skip to content

Commit

Permalink
Getting started: Add instructions on setting local IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Nov 5, 2024
1 parent 796fd7f commit a47a4ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ The simplest way to get the project running is to setup [Docker](https://www.doc
``` shell
git clone --recursive https://github.com/OpenSIPS/opensips-softswitch-ce.git
cd softswitch

# configure your private IP address before launching the containers
MY_IP=10.0.0.23; sed -i 's/HOST_IP=.*/HOST_IP='$MY_IP'/g' .env

docker compose up
```

Expand Down

0 comments on commit a47a4ac

Please sign in to comment.