mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +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
|
command
|
||||||
} else {
|
} else {
|
||||||
// Publish the port
|
// Publish the port
|
||||||
command.arg("-p").arg("30563:30563")
|
command.arg("-p").arg("30564:30564")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"serai" => {
|
"serai" => {
|
||||||
|
|
Loading…
Reference in a new issue