Skip to content

Commit fc22a55

Browse files
Update mirrord/config/src/container.rs
Co-authored-by: Michał Smolarek <[email protected]>
1 parent 3c4ba78 commit fc22a55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mirrord/config/src/container.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ pub struct ContainerConfig {
5656

5757
/// ### container.override_host_ip {#container-override_host_ip}
5858
///
59-
/// Allow the setting of override ip addr for intproxy to use when using mirrord containers
60-
/// feature
59+
/// Allows to override the IP address for the internal proxy to use
60+
/// when connecting to the host machine from within the container.
6161
///
6262
/// ```json5
6363
/// {
@@ -67,7 +67,7 @@ pub struct ContainerConfig {
6767
/// }
6868
/// ```
6969
///
70-
/// This should be useful if your host machine is exposed via different ip addr than one bound
71-
/// as host
70+
/// This should be useful if your host machine is exposed with a different IP address than the one
71+
/// bound as host.
7272
pub override_host_ip: Option<IpAddr>,
7373
}

0 commit comments

Comments
 (0)