Skip to content

Commit 2a33785

Browse files
authored
Merge pull request openwallet-foundation#1844 from feknall/main
Fix a typo in DevReadMe.md
2 parents 1673245 + fd1e350 commit 2a33785

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)