Skip to content

fix(compose): expose discovery v5 UDP port#1103

Open
Danielkis97 wants to merge 1 commit into
base:mainfrom
Danielkis97:fix/expose-v5-discovery-port
Open

fix(compose): expose discovery v5 UDP port#1103
Danielkis97 wants to merge 1 commit into
base:mainfrom
Danielkis97:fix/expose-v5-discovery-port

Conversation

@Danielkis97
Copy link
Copy Markdown

Summary

Exposes the execution client's discovery v5 UDP port in docker-compose.yml.

execution-entrypoint defaults V5_DISCOVERY_PORT to 9200 and passes it to reth through --discovery.v5.port, but the compose file only exposed 30303 TCP/UDP for the execution service.

This adds the missing UDP port mapping for discovery v5.

Fixes #1102

Testing

  • docker compose config

@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

V5_DISCOVERY_PORT set to 9200 but it's closed

2 participants