From 261c52fa914125838a5d2f081c7fa6f2c16593df Mon Sep 17 00:00:00 2001 From: feknall Date: Tue, 28 Jun 2022 18:50:43 -0400 Subject: [PATCH] fix a typo in DevReadMe.md Signed-off-by: feknall --- DevReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevReadMe.md b/DevReadMe.md index e37f1c624a..e16484ce92 100644 --- a/DevReadMe.md +++ b/DevReadMe.md @@ -149,7 +149,7 @@ To enable the [ptvsd](https://github.com/Microsoft/ptvsd) Python debugger for Vi Any ports you will be using from the docker container should be published using the `PORTS` environment variable. For example: ```bash -PORTS="5000:5000 8000:8000 1000:1000" ./scripts/run_docker start --inbound-transport http 0.0.0.0 10000 --outbound-transport http --debug --log-level DEBUG +PORTS="5000:5000 8000:8000 10000:10000" ./scripts/run_docker start --inbound-transport http 0.0.0.0 10000 --outbound-transport http --debug --log-level DEBUG ``` Refer to [the previous section](#Running) for instructions on how to run the software.