mirror of https://github.com/vacp2p/wakurtosis.git
Activated metrics server in bootstrap node to not crash with new kurtosis version port checker
This commit is contained in:
parent
79d3a3156e
commit
b8aa0099ac
|
@ -46,7 +46,7 @@ def instantiate_bootstrap_nwaku_service(plan, service_name):
|
|||
|
||||
prepared_cmd = ""
|
||||
prepared_cmd += vars.NWAKU_ENTRYPOINT + " "
|
||||
prepared_cmd += "--discv5-discovery=true"
|
||||
prepared_cmd += "--discv5-discovery=true --metrics-server=true"
|
||||
|
||||
add_service_config = ServiceConfig(
|
||||
image=vars.NWAKU_IMAGE,
|
||||
|
|
Loading…
Reference in New Issue