From 6794a2ad3a8d97b4bf8bd4e48c62856342af4bab Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 10 Jan 2021 13:54:51 -0500 Subject: [PATCH] fix typo --- docker/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 4cbc37a..9d19d4f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -38,14 +38,16 @@ Once it does, you can log into the webapp at `localhost:3001` and configure the You can then configure your account, applications, sip trunks and phone numbers as usual. -To stop the system, from the same directory simply rune: +To stop the system, from the same directory simply run: ``` docker-compose -f docker-compose.yaml down ``` -**Note**: The mysql database will be stored in the `data_volume/` subfolder that is created, so that your provisioning data will persist when you start and stop the docker network. +**Note**: The mysql database will be stored in the `data_volume/` subfolder that is created, so that your provisioning data will persist between restarts of the docker network. Once you have provisioned the system, you should be able to point sip devices to register and send INVITEs to port 5060 on host ip address that you configured above and have that traffic routed to your jambonz system. ## Capacity -The system has limited capacity as it is intended to be used as a personal development / test machine. Specifically, the rtpengine container which is part of the SBC function is configured to handle at most 50 simultaneous calls. \ No newline at end of file +The system has limited capacity as it is intended to be used as a personal development / test machine. + +Specifically, the rtpengine container which is part of the SBC function is configured to handle at most 50 simultaneous calls. \ No newline at end of file