From b446f478fdaf4e979dd2434dcfdce3dc64416898 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 7 Oct 2020 23:56:43 -0700 Subject: [PATCH] add a note about port usage by monerod --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 300eacd..58962e1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ vim .env docker-compose build # make build ``` +The following ports will be bound for `monerod`: +- 18080 # p2p +- 18089 # restricted rpc +- 18082 # zmq +- 18083 # unrestricted rpc + +You will want to open/allow ports 18080 and 18089 in your firewall for usage as a remote/public node. + ## Usage It's fairly simple, use `docker-compose` to bring the containers up and down and look at logs.