Skip to content

Commit

Permalink
Fix hardcoded ports
Browse files Browse the repository at this point in the history
Hardcoded ports were listed wrong in the issue dappnode/DAppNode#457 I fixed the ports in the issue and now here
  • Loading branch information
alexpeterson91 authored Oct 13, 2022
1 parent f4e54bd commit c150326
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,14 +10,14 @@ services:
LOG_TYPE: INFO
BEACON_API_PORT: 3500
HTTP_WEB3PROVIDER: "http://nethermind-xdai.dappnode:8545"
P2P_PORT: 19004
P2P_PORT: 19005
CHECKPOINT_SYNC_URL: ""
EXTRA_OPTS: ""
volumes:
- "teku-gnosis-data:/opt/teku/data"
ports:
- "19004:19004/tcp"
- "19004:19004/udp"
- "19005:19005/tcp"
- "19005:19005/udp"
restart: unless-stopped
image: "beacon-chain.teku-gnosis.dnp.dappnode.eth:0.1.0"
validator:
Expand Down

0 comments on commit c150326

Please sign in to comment.