mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Correct port forward in orchestration
This commit is contained in:
parent
8f5aaa8492
commit
973dcf065e
1 changed files with 1 additions and 1 deletions
|
@ -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" => {
|
||||
|
|
Loading…
Reference in a new issue