From f126e7585d4175d8fe0ba0be20dd977609d0d7b9 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 8 Oct 2015 21:25:13 +0200 Subject: [PATCH] Doc update with traefik.domain label --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 09e463963..f3c57ddd6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -380,6 +380,7 @@ Labels can be used on containers to override default behaviour: * `traefik.weight=10`: assign this weight to the container * `traefik.enable=false`: disable this container in Træfɪk * `traefik.host=bar`: override the default routing from {containerName}.{domain} to bar.{domain} +* `traefik.domain=traefik.localhost`: override the default domain ## Marathon backend @@ -439,6 +440,7 @@ Labels can be used on containers to override default behaviour: * `traefik.enable=false`: disable this application in Træfɪk * `traefik.host=bar`: override the default routing from {appName}.{domain} to bar.{domain} * `traefik.prefixes=pf1,pf2`: use PathPrefix(es) instead of hostname for routing, use filename="providerTemplates/marathon-prefix.tmpl" with this option +* `traefik.domain=traefik.localhost`: override the default domain ## Consul backend