mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Correct port forward in orchestration
This commit is contained in:
@@ -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" => {
|
||||
|
||||
Reference in New Issue
Block a user