diff --git a/docs/applications/server.md b/docs/applications/server.md index 08119c71a3..baeeb649df 100644 --- a/docs/applications/server.md +++ b/docs/applications/server.md @@ -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`.