Fix app server docker docs (#3575)

This commit is contained in:
benthecarman 2021-08-19 10:16:56 -05:00 committed by GitHub
parent c915711908
commit d2a7bc02b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ This means we need to forward requests on the host machine to the docker contain
This can be done with the following command
```
docker run -d -p 9999:9999 bitcoin-s-server:latest:latest
docker run -d -p 9999:9999 bitcoin-s-server:latest
```
Now you can send requests with `bitcoin-s-cli` or `curl`.