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
|
&self.results
|
||||||
}
|
}
|
||||||
fn port_(&self) -> u32 {
|
fn port_(&self) -> u32 {
|
||||||
29130
|
80
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue