From 609b2630d7900567619d4f7b938330f1fd15da39 Mon Sep 17 00:00:00 2001 From: Morten Hekkvang Date: Wed, 10 Oct 2018 17:46:03 +0200 Subject: [PATCH] Add tags label to Docker provider documentation --- docs/configuration/backends/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/backends/docker.md b/docs/configuration/backends/docker.md index a9c342305..338d10741 100644 --- a/docs/configuration/backends/docker.md +++ b/docs/configuration/backends/docker.md @@ -213,6 +213,7 @@ Labels can be used on containers to override default behavior. | `traefik.domain` | Sets the default base domain for the frontend rules. For more information, check the [Container Labels section's of the user guide "Let's Encrypt & Docker"](/user-guide/docker-and-lets-encrypt/#container-labels) | | `traefik.enable=false` | Disables this container in Træfik. | | `traefik.port=80` | Registers this port. Useful when the container exposes multiples ports. | +| `traefik.tags=foo,bar,myTag` | Adds Træfik tags to the Docker container/service to be used in [constraints](/configuration/commons/#constraints). | | `traefik.protocol=https` | Overrides the default `http` protocol | | `traefik.weight=10` | Assigns this weight to the container | | `traefik.backend=foo` | Gives the name `foo` to the generated backend for this container. |