Skip to content

Commit

Permalink
Merge pull request #52 from dappnode/tropicar/fix-port
Browse files Browse the repository at this point in the history
Fix port
  • Loading branch information
tropicar authored Aug 29, 2022
2 parents 27a67e5 + 0f12b88 commit a2021d2
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 @@ -10,11 +10,11 @@ services:
- "geth:/root/.ethereum"
environment:
- "EXTRA_OPTION=--http.api eth,engine,net,web3,txpool"
- P2P_PORT=30304
- P2P_PORT=30403
- SYNCMODE=snap
ports:
- "30313:30313/tcp"
- "30313:30313/udp"
- "30403:30403/tcp"
- "30403:30403/udp"
restart: unless-stopped
volumes:
geth: {}

0 comments on commit a2021d2

Please sign in to comment.