Correct port forward in orchestration

This commit is contained in:
Luke Parker 2024-04-23 09:47:11 -04:00
parent 8f5aaa8492
commit 973dcf065e
No known key found for this signature in database

View file

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