Skip to content

Commit

Permalink
set hardcoded port and remove deprecated flag
Browse files Browse the repository at this point in the history
set hardcoded port as defined in dappnode/DAppNode#457 also removed the deprecated `--no-usb` flag to get rid of a warning about it on boot.
  • Loading branch information
alexpeterson91 authored Oct 19, 2022
1 parent bacf1bc commit 42ea3ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ services:
volumes:
- "geth:/root/.ethereum"
environment:
- "EXTRA_OPTS=--http.api eth,net,web3,txpool --nousb"
- SYNCMODE
- "EXTRA_OPTS=--http.api eth,net,web3,txpool"
- SYNCMODE=snap
- P2P_PORT=30913
ports:
- "30303"
- 30303/udp
- 30304/udp
- "30913:30913/udp"
- "30913:30913/tcp"
restart: always
volumes:
geth: {}

0 comments on commit 42ea3ed

Please sign in to comment.