Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Near line 15 (last key parsed 'backends.backend-monitor-viz.servers'): Key 'backends.backend-monitor-viz.servers.server-monitor_viz-1' has already been defined. #1154

Closed
raarts opened this issue Feb 12, 2017 · 2 comments

Comments

@raarts
Copy link

raarts commented Feb 12, 2017

What version of Traefik are you using (traefik version)?

v1.2.0-rc1

What is your environment & configuration (arguments, toml...)?

docker deploy (docker 1.13.1 in --experimental mode)

--web --docker --docker.swarmmode --docker.domain=docker.localhost --docker.watch --debug --logLevel=DEBUG
--entryPoints='Name:https Address::443 TLS'
--entryPoints='Name:http Address::80 Redirect.EntryPoint:https'
--acme=true
--acme.entryPoint=https
--acme.email=[email protected]
--acme.storage=/etc/traefik/acme/acme.json
--acme.domains=tc.xxxxxxxx.com
--acme.ondemand=true
--acme.onhostrule=true

What did you do?

just deploy traefik

What did you expect to see?

some backends defined

What did you see instead?

Above error message followed by:

Configuration received from provider docker: null

traefik 1.1.0 has no problems.

@timoreimann
Copy link
Contributor

timoreimann commented Feb 13, 2017

I think this is a duplicate of or at least relates to #1138.

@raarts
Copy link
Author

raarts commented Feb 13, 2017

Yes, definitely seems so. I'm gonna close this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants