File tree Expand file tree Collapse file tree
shared/services/rocketpool/assets/install/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,16 +37,18 @@ services:
3737 - " {{$p2p}}:{{$p2p}}/tcp"
3838 {{- end }}
3939 {{- if eq .ConsensusClient.String " lighthouse" }}
40- - " {{.Lighthouse.P2pQuicPort}}:{{.Lighthouse.P2pQuicPort}}/udp"
4140 {{- if .IsIPv6Enabled }}
4241 - " [::]:{{.Lighthouse.P2pQuicPort}}:{{.Lighthouse.P2pQuicPort}}/udp"
42+ {{- else }}
43+ - " {{.Lighthouse.P2pQuicPort}}:{{.Lighthouse.P2pQuicPort}}/udp"
4344 {{- end }}
4445 {{- else if eq .ConsensusClient.String " prysm" }}
4546 - " {{.Prysm.P2pQuicPort}}:{{.Prysm.P2pQuicPort}}/udp"
4647 {{- else if eq .ConsensusClient.String " lodestar" }}
47- - " {{.Lodestar.P2pQuicPort}}:{{.Lodestar.P2pQuicPort}}/udp"
4848 {{- if .IsIPv6Enabled }}
49- - " [::]:{{.Prysm.P2pQuicPort}}:{{.Prysm.P2pQuicPort}}/udp"
49+ - " [::]:{{.Lodestar.P2pQuicPort}}:{{.Lodestar.P2pQuicPort}}/udp"
50+ {{- else }}
51+ - " {{.Lodestar.P2pQuicPort}}:{{.Lodestar.P2pQuicPort}}/udp"
5052 {{- end }}
5153 {{- end }}
5254 {{- if and (eq .ConsensusClient.String " teku" ) .IsIPv6Enabled }}
You can’t perform that action at this time.
0 commit comments