README.md: 18332 is default bitcoind rpc port for testnet.

This commit is contained in:
Jonathan Zernik 2018-07-07 18:39:25 -07:00 committed by Christian Decker
parent 68a8eeea21
commit ec55bf3b3f

View File

@ -73,7 +73,7 @@ It has the following environment variable:
* `EXPOSE_TCP` default to false, if true, use expose c-lightning RPC on port 9835. (Use this only for testing)
Here is an example of a docker-compose file with bitcoind and c-lightning on `testnet` which expose litecoin's rpc interface on default ports `18332` and c-lightning API on port `9735`:
Here is an example of a docker-compose file with bitcoind and c-lightning on `testnet` which expose bitcoind's rpc interface on default ports `18332` and c-lightning API on port `9735`:
```
version: "3"