Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ docker run -d --restart on-failure --name iotex \
-p 14014:14014 \
-p 15014:15014 \
-p 8080:8080 \
-e "GOMEMLIMIT=8000MiB" \
-v=$IOTEX_HOME/data:/var/data:rw \
-v=$IOTEX_HOME/log:/var/log:rw \
-v=$IOTEX_HOME/etc/config.yaml:/etc/iotex/config_override.yaml:ro \
Expand All @@ -114,6 +115,9 @@ docker run -d --restart on-failure --name iotex \
-plugin=gateway
```

Adjust `GOMEMLIMIT` env according to the actual memory resource.


6. Make sure TCP ports 4689, 8080 (also 14014 if used) are open on your firewall and load balancer (if any).

## <a name="mainnet_native"/>Join Mainnet without using Docker
Expand Down