From c4fa96c41e4ee821094830e37efe89cd3c073230 Mon Sep 17 00:00:00 2001 From: Anil Kumar Maurya Date: Mon, 4 Jan 2021 15:28:03 +0530 Subject: [PATCH] Add ECS to supported providers list --- docs/content/providers/overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/providers/overview.md b/docs/content/providers/overview.md index 758afedc3..e9e9a12d8 100644 --- a/docs/content/providers/overview.md +++ b/docs/content/providers/overview.md @@ -131,13 +131,14 @@ Below is the list of the currently supported providers in Traefik. | [Docker](./docker.md) | Orchestrator | Label | | [Kubernetes](./kubernetes-crd.md) | Orchestrator | Custom Resource or Ingress | | [Consul Catalog](./consul-catalog.md) | Orchestrator | Label | +| [ECS](./ecs.md) | Orchestrator | Label | | [Marathon](./marathon.md) | Orchestrator | Label | | [Rancher](./rancher.md) | Orchestrator | Label | | [File](./file.md) | Manual | TOML/YAML format | | [Consul](./consul.md) | KV | KV | | [Etcd](./etcd.md) | KV | KV | -| [Redis](./redis.md) | KV | KV | | [ZooKeeper](./zookeeper.md) | KV | KV | +| [Redis](./redis.md) | KV | KV | | [HTTP](./http.md) | Manual | JSON format | !!! info "More Providers"