From 3556302c761f3be2e6ca5b6d16ec34632cb6c9de Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Tue, 27 Jul 2021 23:33:40 -0400 Subject: [PATCH] Added docs Signed-off-by: Levi Harrison --- docs/configuration/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index ffd790ff07..456a7b5298 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -639,6 +639,9 @@ tls_config: # tasks and services that don't have published ports. [ port: | default = 80 ] +# The host to use if the container is in host networking mode. +[ host_network_host: | default = "localhost" ] + # Optional filters to limit the discovery process to a subset of available # resources. # The available filters are listed in the upstream documentation: