fix: MinAppContext::port must return the port exposed to docker net
This commit is contained in:
parent
b3a3fe8c0d
commit
a63979af76
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl MinAppContext for CliCtx {
|
|||
&self.results
|
||||
}
|
||||
fn port_(&self) -> u32 {
|
||||
29130
|
||||
80
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue