Skip to content

Commit

Permalink
Update UDP/TCP ports (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Nov 15, 2023
1 parent 155bbfe commit 75b6a6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ services:
restart: unless-stopped
environment:
- EXTRA_FLAGS
- P2P_PORT=33141
- P2P_PORT=33142
- SYNCMODE=snap
- "HISTORICAL_RPC_URL=http://op-l2geth.dappnode:8545"
- "SEQUENCER_HTTP_URL=https://bedrock-beta-1-sequencer.optimism.io"
image: "geth.op-geth.dnp.dappnode.eth:0.1.0"
ports:
- "33142:33142/tcp"
- "33142:33142/udp"
volumes:
data: {}

0 comments on commit 75b6a6e

Please sign in to comment.