mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-08-04 05:03:15 +00:00
Adds name to geth container
This commit is contained in:
parent
e1a529175a
commit
192079f9c8
@ -48,7 +48,7 @@ namespace CodexNetDeployer
|
||||
var ci = entryPoint.CreateInterface();
|
||||
|
||||
Log("Deploying Geth instance...");
|
||||
var gethDeployment = ci.DeployGeth(s => s.IsMiner());
|
||||
var gethDeployment = ci.DeployGeth(s => s.IsMiner().WithName("geth"));
|
||||
var gethNode = ci.WrapGethDeployment(gethDeployment);
|
||||
|
||||
Log("Geth started. Deploying Codex contracts...");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user