Skip to content

Commit

Permalink
change comment in doc into a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl authored and traefiker committed Feb 11, 2020
1 parent ad73316 commit 9e9f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/providers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Ports detection works as follows:
When exposing containers that are configured with [host networking](https://docs.docker.com/network/host/),
the IP address of the host is resolved as follows:

<!-- - if in swarm mode, check whether the Node.IPAddress field of the container is provided by the API -->
<!-- TODO: verify and document the swarm mode case with container.Node.IPAddress coming from the API -->
- try a lookup of `host.docker.internal`
- otherwise fall back to `127.0.0.1`

Expand Down

0 comments on commit 9e9f356

Please sign in to comment.