fix exposed_ports in composition.
Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
parent
5d1d7335b0
commit
99b6bb324d
@ -13,7 +13,7 @@
|
||||
enable_go_build_cache = true
|
||||
|
||||
[global.run_config]
|
||||
exposed_ports = ["6060", "1234", "2345"]
|
||||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
|
||||
|
||||
[global.build]
|
||||
selectors = ["testground"]
|
||||
|
Loading…
Reference in New Issue
Block a user