Correct port forward in orchestration

This commit is contained in:
Luke Parker
2024-04-23 09:47:11 -04:00
parent 8f5aaa8492
commit 973dcf065e

View File

@@ -511,7 +511,7 @@ fn start(network: Network, services: HashSet<String>) {
command command
} else { } else {
// Publish the port // Publish the port
command.arg("-p").arg("30563:30563") command.arg("-p").arg("30564:30564")
} }
} }
"serai" => { "serai" => {