You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBU[2016-09-21T21:34:41+02:00] Error loading load balancer method '<nil>' for backend backend-whoami1: Invalid method, using default. Using default wrr.
DEBU[2016-09-21T21:34:41+02:00] Configuration received from provider docker: {"backends":{"backend-whoami1":{"servers":{"server-whoami1":{"url":"http://10.0.0.2:80","weight":1}},"loadBalancer":{"method":"wrr"}}},"frontends":{"frontend-Host-whoami-anuary-com":{"entryPoints":["http"],"backend":"backend-whoami1","routes":{"route-frontend-Host-whoami-anuary-com":{"rule":"Host:whoami.anuary.com"}},"passHostHeader":true,"priority":0}}}
INFO[2016-09-21T21:34:41+02:00] Skipping same configuration for provider docker
DEBU[2016-09-21T21:34:56+02:00] Error loading load balancer method '<nil>' for backend backend-whoami1: Invalid method, using default. Using default wrr.
DEBU[2016-09-21T21:34:56+02:00] Configuration received from provider docker: {"backends":{"backend-whoami1":{"servers":{"server-whoami1":{"url":"http://10.0.0.2:80","weight":1}},"loadBalancer":{"method":"wrr"}}},"frontends":{"frontend-Host-whoami-anuary-com":{"entryPoints":["http"],"backend":"backend-whoami1","routes":{"route-frontend-Host-whoami-anuary-com":{"rule":"Host:whoami.anuary.com"}},"passHostHeader":true,"priority":0}}}
INFO[2016-09-21T21:34:56+02:00] Skipping same configuration for provider docker
WARN[2016-09-21T21:35:06+02:00] Error forwarding to http://10.0.0.2:80, err: dial tcp 10.0.0.2:80: i/o timeout
DEBU[2016-09-21T21:35:11+02:00] Error loading load balancer method '<nil>' for backend backend-whoami1: Invalid method, using default. Using default wrr.
DEBU[2016-09-21T21:35:11+02:00] Configuration received from provider docker: {"backends":{"backend-whoami1":{"servers":{"server-whoami1":{"url":"http://10.0.0.2:80","weight":1}},"loadBalancer":{"method":"wrr"}}},"frontends":{"frontend-Host-whoami-anuary-com":{"entryPoints":["http"],"backend":"backend-whoami1","routes":{"route-frontend-Host-whoami-anuary-com":{"rule":"Host:whoami.anuary.com"}},"passHostHeader":true,"priority":0}}}
INFO[2016-09-21T21:35:11+02:00] Skipping same configuration for provider docker
The text was updated successfully, but these errors were encountered:
Looking at the ./dist/traefik --help output, it doesn't look like there is an option for this. However, this would be a useful feature, if this is technically possible.
I am facing an issue using traefik binary when docker containers are on a different network.
This issue is described in detail here, #602 (comment).
To sum up the issue:
and then trying to access the started service:
which produces the following logs:
The text was updated successfully, but these errors were encountered: