From e94cba7445803fac62f130e3e976b150e1c8f3ef Mon Sep 17 00:00:00 2001 From: rugo Date: Wed, 1 Feb 2017 17:40:27 +0100 Subject: [PATCH] Added auto_correct to list of options Added auto_correct to list of options in Docs. See issue #8245. --- website/source/docs/networking/forwarded_ports.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/networking/forwarded_ports.html.md b/website/source/docs/networking/forwarded_ports.html.md index efc583b82..fec7091cc 100644 --- a/website/source/docs/networking/forwarded_ports.html.md +++ b/website/source/docs/networking/forwarded_ports.html.md @@ -44,6 +44,10 @@ This is a complete list of the options that are available for forwarded ports. Only the `guest` and `host` options are required. Below this section, there are more detailed examples of using these options. +* `auto_correct` (boolean) - If true, the host port will be changed + automatically in case it collides with a port already in use. By + default, this is false. + * `guest` (int) - The port on the guest that you want to be exposed on the host. This can be any port.