fix enabling metrics server

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-10-29 18:24:36 +01:00
parent 91ed5a7f43
commit d1c2c018cb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
--tcp-port={{ beacon_node_listening_port }}
--udp-port={{ beacon_node_discovery_port }}
{% if beacon_node_metrics_enabled %}
--metrics-server
--metrics-server=on
--metrics-server-address=0.0.0.0
--metrics-server-port={{ beacon_node_metrics_port }}
{% endif %}