diff --git a/docs/content/operations/cli.md b/docs/content/operations/cli.md index 4225943b5..1a025de4e 100644 --- a/docs/content/operations/cli.md +++ b/docs/content/operations/cli.md @@ -26,6 +26,8 @@ traefik [--flag=flag_argument] [-f [flag_argument]] traefik [--flag[=true|false| ]] [-f [true|false| ]] ``` +!!! info "Flags are case insensitive." + ### `healthcheck` Calls Traefik `/ping` to check the health of Traefik. diff --git a/docs/content/providers/docker.md b/docs/content/providers/docker.md index 60efd697a..01de7a24e 100644 --- a/docs/content/providers/docker.md +++ b/docs/content/providers/docker.md @@ -541,6 +541,11 @@ providers: ## Routing Configuration Options +!!! note "Labels" + + - Labels are case insensitive. + - The complete list of labels can be found [the reference page](../reference/dynamic-configuration/docker.md) + ### General Traefik creates, for each container, a corresponding [service](../routing/services/index.md) and [router](../routing/routers/index.md). diff --git a/docs/content/providers/marathon.md b/docs/content/providers/marathon.md index 6227ade57..3b2da761a 100644 --- a/docs/content/providers/marathon.md +++ b/docs/content/providers/marathon.md @@ -592,6 +592,11 @@ Enables watching for Marathon changes. ## Routing Configuration Options +!!! note "Labels" + + - Labels are case insensitive. + - The complete list of labels can be found [the reference page](../reference/dynamic-configuration/marathon.md) + ### General Traefik creates, for each Marathon application, a corresponding [service](../routing/services/index.md) and [router](../routing/routers/index.md). diff --git a/docs/content/providers/rancher.md b/docs/content/providers/rancher.md index 5931476bc..3d95d41a1 100644 --- a/docs/content/providers/rancher.md +++ b/docs/content/providers/rancher.md @@ -277,6 +277,11 @@ See also [Restrict the Scope of Service Discovery](./overview.md#restrict-the-sc ## Routing Configuration Options +!!! note "Labels" + + - Labels are case insensitive. + - The complete list of labels can be found [the reference page](../reference/dynamic-configuration/rancher.md) + ### General Traefik creates, for each rancher service, a corresponding [service](../routing/services/index.md) and [router](../routing/routers/index.md).