Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To prepare your system to deploy Clearwater on Docker, run:
wget -qO- https://get.docker.com/ | sh

# Checkout clearwater-docker.
git clone --recursive git@github.com:Metaswitch/clearwater-docker.git
git clone --recursive https://github.com/Metaswitch/clearwater-docker.git

Edit clearwater-docker/.env so that PUBLIC_IP is set to an IP address that can be used by SIP clients to access the docker host. E.g. if you are running in AWS, this wants to be the public IP of your AWS VM.

Expand Down