Skip to content

Commit 6d74c88

Browse files
authored
Merge branch 'main' into update-supportedrfcs
2 parents 402ac30 + 2a33785 commit 6d74c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To enable the [ptvsd](https://github.com/Microsoft/ptvsd) Python debugger for Vi
149149
Any ports you will be using from the docker container should be published using the `PORTS` environment variable. For example:
150150

151151
```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
152+
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
153153
```
154154

155155
Refer to [the previous section](#Running) for instructions on how to run the software.

0 commit comments

Comments
 (0)