add a note about port usage by monerod
This commit is contained in:
@@ -21,6 +21,14 @@ vim .env
|
|||||||
docker-compose build # make build
|
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
|
## Usage
|
||||||
|
|
||||||
It's fairly simple, use `docker-compose` to bring the containers up and down and look at logs.
|
It's fairly simple, use `docker-compose` to bring the containers up and down and look at logs.
|
||||||
|
|||||||
Reference in New Issue
Block a user