Added docs

Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
Levi Harrison 2021-07-27 23:33:40 -04:00
parent 89f154d643
commit 3556302c76
No known key found for this signature in database
GPG Key ID: 23A7BDEAE860B57D
1 changed files with 3 additions and 0 deletions

View File

@ -639,6 +639,9 @@ tls_config:
# tasks and services that don't have published ports. # tasks and services that don't have published ports.
[ port: <int> | default = 80 ] [ port: <int> | default = 80 ]
# The host to use if the container is in host networking mode.
[ host_network_host: <string> | default = "localhost" ]
# Optional filters to limit the discovery process to a subset of available # Optional filters to limit the discovery process to a subset of available
# resources. # resources.
# The available filters are listed in the upstream documentation: # The available filters are listed in the upstream documentation: