Skip to content

Fix Docker run -p for both TCP and UDP#1

Open
ladidan wants to merge 4 commits intomasterfrom
ladidan-patch-1
Open

Fix Docker run -p for both TCP and UDP#1
ladidan wants to merge 4 commits intomasterfrom
ladidan-patch-1

Conversation

@ladidan
Copy link
Owner

@ladidan ladidan commented Feb 6, 2022

Issue Addressed

[Docker run] ... "-p 9000:9000" defaults to expose TCP only.

Proposed Changes

Add "-p 9000:9000/udp" for UDP peer discovery.

Additional Notes

apply changes to docker-compose parameters accordingly

ladidan and others added 4 commits February 6, 2022 17:35
Issue Addressed

[Docker run] ... "-p 9000:9000" defaults to expose TCP only.

Proposed Changes

Add "-p 9000:9000/udp" for UDP peer discovery.

Additional Notes

apply changes to docker-compose parameters accordingly
* Rename Eth1.0 and Eth2.0

* Typo

* Minor tweaks

* Apply suggestions from code review

Co-authored-by: Alexandra Tran <12214231+alexandratran@users.noreply.github.com>

Co-authored-by: Ben Edgington <ben@benjaminion.xyz>
Co-authored-by: Alexandra Tran <12214231+alexandratran@users.noreply.github.com>
* Update `initial-state` and `ws-checkpoint`

* Minor corrections

Co-authored-by: Ben Edgington <ben@benjaminion.xyz>
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.

3 participants