Skip to content

Commit a0488da

Browse files
committed
Schema update
1 parent cd6e0c4 commit a0488da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirrord-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
},
617617
"override_host_ip": {
618618
"title": "container.override_host_ip {#container-override_host_ip}",
619-
"description": "Allow the setting of override ip addr for intproxy to use when using mirrord containers feature\n\n```json5 { \"container\": { \"override_host_ip\": \"172.17.0.1\" // usual resolution of value from `host.docker.internal` } } ```\n\nThis should be useful if your host machine is exposed via different ip addr than one bound as host",
619+
"description": "Allows to override the IP address for the internal proxy to use when connecting to the host machine from within the container.\n\n```json5 { \"container\": { \"override_host_ip\": \"172.17.0.1\" // usual resolution of value from `host.docker.internal` } } ```\n\nThis should be useful if your host machine is exposed with a different IP address than the one bound as host.",
620620
"type": [
621621
"string",
622622
"null"

0 commit comments

Comments
 (0)