Remove an unnecessary command-line flag
This commit is contained in:
parent
5c9391984c
commit
0b89c2b666
|
@ -23,7 +23,6 @@
|
|||
- '{{ beacon_node_public_tcp_port }}:{{ beacon_node_listening_port }}/tcp'
|
||||
- '{{ beacon_node_public_udp_port }}:{{ beacon_node_discovery_port }}/udp'
|
||||
command: |
|
||||
--eth1-network
|
||||
--log-level={{ beacon_node_log_level }}
|
||||
--tcp-port={{ beacon_node_listening_port }}
|
||||
--udp-port={{ beacon_node_discovery_port }}
|
||||
|
|
Loading…
Reference in New Issue