diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 59839df10464fbd9b7a438a9cfa057a9f7f0ae94..578ccdefccdea1a88aaee7a0c9904dbfc87a0f25 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -18,13 +18,13 @@ This will build and run all services using docker images, including mongodb and Nginx deployed by default use **capifcore** hostname, but can add a parameter when run.sh is executed setting a different hostname, for example, ``` -./run.sh -c openshift.evolved-5g.eu +./run.sh -c opencapif.etsi.org ``` Also you can run monitoring just using option -m true, for example: ``` ./run.sh -m true -./run.sh -m true -c openshift.evolved-5g.eu +./run.sh -m true -c opencapif.etsi.org ``` If you want to check if all CAPIF services are running properly in local machine after execute run.sh, we can use: