Skip to content

Commit

Permalink
Merge pull request #91 from dappnode/tropicar/standard-ports
Browse files Browse the repository at this point in the history
Update ports
  • Loading branch information
tropicar authored Sep 2, 2022
2 parents cb9936e + 9a9f4af commit 2b05e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ services:
args:
UPSTREAM_VERSION: v2022.08.03
ports:
- "30315:30315/tcp"
- "30315:30315/udp"
- "30405:30405/tcp"
- "30405:30405/udp"
volumes:
- "data:/home/erigon/.local/share"
environment:
P2P_PORT: 30315
P2P_PORT: 30405
EXTRA_OPTs: "--http.api=engine,eth,erigon,web3,net,debug,trace,txpool"
restart: unless-stopped
ulimits:
Expand Down

0 comments on commit 2b05e6c

Please sign in to comment.