mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Fix app server docker docs (#3575)
This commit is contained in:
parent
c915711908
commit
d2a7bc02b6
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue