From 38ec32a146e9b804a8f09d87257895617538a025 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Sat, 25 Feb 2017 21:44:01 +0100 Subject: [PATCH] Add Traefik TOML sample section on how to bind to specific IP addr. --- traefik.sample.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/traefik.sample.toml b/traefik.sample.toml index 76bc322a5..e2c19f408 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -282,6 +282,11 @@ # address = ":80" # compress = true +# To bind to a particular IP address only: +# [entryPoints] +# [entryPoints.http] +# address = "10.42.13.37:80" + # Enable retry sending request if network error # # Optional