From 973dcf065e87f0ac79cf64f8140b2c70404a67b0 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 23 Apr 2024 09:47:11 -0400 Subject: [PATCH] Correct port forward in orchestration --- orchestration/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestration/src/main.rs b/orchestration/src/main.rs index 4be84cd4..76c169f4 100644 --- a/orchestration/src/main.rs +++ b/orchestration/src/main.rs @@ -511,7 +511,7 @@ fn start(network: Network, services: HashSet) { command } else { // Publish the port - command.arg("-p").arg("30563:30563") + command.arg("-p").arg("30564:30564") } } "serai" => {