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" => {