File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ geth_container_ports:
20
20
- " 127.0.0.1:{{ geth_ports_engine }}:{{ geth_ports_engine }}"
21
21
- " {{ geth_ports_p2p }}:{{ geth_ports_p2p }}"
22
22
- " {{ geth_ports_p2p }}:{{ geth_ports_p2p }}/udp"
23
- - " [::1 ]:{{ geth_ports_p2p_ipv6 }}:{{ geth_ports_p2p_ipv6 }}"
23
+ - " [::]:{{ geth_ports_p2p_ipv6 }}:{{ geth_ports_p2p_ipv6 }}"
24
24
geth_container_volumes :
25
25
- " {{ geth_datadir }}:/data"
26
26
- " {{ geth_auth_jwt_path }}:/execution-auth.jwt:ro"
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ lighthouse_container_ports:
38
38
- " {{ lighthouse_ports_p2p_udp }}:{{ lighthouse_ports_p2p_udp }}/udp"
39
39
- " {{ lighthouse_ports_quic }}:{{ lighthouse_ports_quic }}"
40
40
- " {{ lighthouse_ports_quic }}:{{ lighthouse_ports_quic }}/udp"
41
- - " [::1 ]:{{ lighthouse_ports_p2p_tcp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}"
42
- - " [::1 ]:{{ lighthouse_ports_p2p_udp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}/udp"
41
+ - " [::]:{{ lighthouse_ports_p2p_tcp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}"
42
+ - " [::]:{{ lighthouse_ports_p2p_udp_ipv6 }}:{{ lighthouse_ports_p2p_udp_ipv6 }}/udp"
43
43
lighthouse_container_volumes :
44
44
- " {{ lighthouse_datadir }}:/data"
45
45
- " {{ lighthouse_auth_jwt_path }}:/execution-auth.jwt:ro"
You can’t perform that action at this time.
0 commit comments