From b2b338d0a5cf4f1066e6787a72a4ce00e025dd26 Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 23 Oct 2023 14:25:13 +0200 Subject: [PATCH] how did this not get commited? --- ProjectPlugins/GethPlugin/GethContainerRecipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectPlugins/GethPlugin/GethContainerRecipe.cs b/ProjectPlugins/GethPlugin/GethContainerRecipe.cs index b98ebc0..7df3855 100644 --- a/ProjectPlugins/GethPlugin/GethContainerRecipe.cs +++ b/ProjectPlugins/GethPlugin/GethContainerRecipe.cs @@ -63,7 +63,7 @@ namespace GethPlugin { if (config.IsPublicTestNet == null) return string.Empty; - return $"--nat:extip:{config.IsPublicTestNet.PublicIp}"; + return $"--nat=extip:{config.IsPublicTestNet.PublicIp}"; } private Port CreateDiscoveryPort(GethStartupConfig config)