-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
How to get multiple host headers working for docker labels? #692
Comments
@dky The documentation shows that you can use |
@emilevauge, Thanks, I'll retry that, I think I gave that a shot too. |
@emilevague, thanks, everything is working as planned. I'll dig harder throught he docs next time. |
Hello @emilevauge , ? |
Thanks for your interest in Traefik 😃 This issue is closed. Please discuss this in :
|
The documentation is not particularly clear here, is it:
OR
Examples would be helpful. Just my two cents. |
You may use:
OR
Careful the separator |
Y'all having different version. Sometime you have Is it |
Thanks for your interest in Traefik 😃 This issue is closed. Please discuss this in the Traefik community Slack https://docs.traefik.io/v1.7/configuration/backends/docker/#on-containers
|
Why restrict us to Slack :( I'd also love to see the multiple label thing become possible. I don't mind if we do it like the 'route' configuration examples:
|
This comment has been minimized.
This comment has been minimized.
I agree with following issues in github, or at least in another slack channel. Slack channel is like talking to the wall, you get no attention and everyone is asking its own question/issue. I'm interested in this discussion, came here today. Imagine find this topic in slack. Commenting this may be marked as offtopic like @grimmy , but as for now, it seems that documentation has changed and it's not in the doc link shared by @emilevauge : |
https://docs.traefik.io/v1.7/basics/#matchers 404 Problem still remains. its actually unclear how to write multiple different domains so that Traefik will not handle another domain as SAN |
@Port22 404 error is gone. |
This works fine here:
tried this syntax already? |
Yes, but I have to say that I am using two hosts while the first public domain (like swarm.example.com) must have letsencrypt-acme, and the second is an intranet-domain (like swarm.intranet.lan) with self-made CA certificate, which is setup in the traefik.toml
|
Hello, I have multiple domains setup to one backend.
I'm trying to get multiple host headers to work using docker labels but no luck.
Here is what I'm trying:
Attempted this below but it only uses example2.com and not example.com.
Any ideas on how I can get this working?
Thanks
The text was updated successfully, but these errors were encountered: