add --nat:extip flag to explicitly set advertised adress
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0e1cac9e4b
commit
c2992d80b1
|
@ -23,6 +23,7 @@
|
|||
- '{{ beacon_node_listening_port }}:{{ beacon_node_listening_port }}/tcp'
|
||||
- '{{ beacon_node_discovery_port }}:{{ beacon_node_discovery_port }}/udp'
|
||||
command: |
|
||||
--nat=extip:{{ beacon_node_public_address }}
|
||||
--log-level={{ beacon_node_log_level }}
|
||||
--tcp-port={{ beacon_node_listening_port }}
|
||||
--udp-port={{ beacon_node_discovery_port }}
|
||||
|
|
Loading…
Reference in New Issue