We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22a55 commit cd6e0c4Copy full SHA for cd6e0c4
mirrord/config/src/container.rs
@@ -67,7 +67,7 @@ pub struct ContainerConfig {
67
/// }
68
/// ```
69
///
70
- /// This should be useful if your host machine is exposed with a different IP address than the one
71
- /// bound as host.
+ /// This should be useful if your host machine is exposed with a different IP address than the
+ /// one bound as host.
72
pub override_host_ip: Option<IpAddr>,
73
}
0 commit comments