From f37349fff7c6ca1bfe95dcac798c3083fc907ecd Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 24 Sep 2015 10:01:57 +0200 Subject: [PATCH] Documentation corrections --- README.md | 4 ++-- docs/index.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6a6ba41..53b06a486 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ The idea behind `godep` is the following : ```bash $ godep restore +# Generate +$ godep go generate # Simple go build $ godep go build # Using gox to build multiple platform @@ -132,5 +134,3 @@ ok github.com/emilevauge/traefik 0.005s coverage: 4.1% of statements Test success ``` - - diff --git a/docs/index.md b/docs/index.md index de2ea0ea2..55fb8ada1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -362,6 +362,7 @@ Labels can be used on containers to override default behaviour: * ```traefik.port=80```: register this port. Useful when the container exposes multiples ports. * ```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} ## Marathon backend @@ -419,6 +420,7 @@ Labels can be used on containers to override default behaviour: * ```traefik.port=80```: register this port. Useful when the application exposes multiples ports. * ```traefik.weight=10```: assign this weight to the application * ```traefik.enable=false```: disable this application in Træfɪk +* ```traefik.host=bar```: override the default routing from {appName}.{domain} to bar.{domain} ## Consul backend