We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 402ac30 + 2a33785 commit 6d74c88Copy full SHA for 6d74c88
1 file changed
DevReadMe.md
@@ -149,7 +149,7 @@ To enable the [ptvsd](https://github.com/Microsoft/ptvsd) Python debugger for Vi
149
Any ports you will be using from the docker container should be published using the `PORTS` environment variable. For example:
150
151
```bash
152
-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
153
```
154
155
Refer to [the previous section](#Running) for instructions on how to run the software.
0 commit comments