From 86b009d15ec33bbcba2c8ed38240b6e3aa5f97ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 24 May 2020 19:15:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20for=20Traefik?= =?UTF-8?q?=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f826ec..d3774a7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ These instructions assume you already have Traefik set up following that guide a * With automatic HTTPS certificate generation. * A Docker Swarm network `traefik-public`. -* Filtering to only serve containers with a tag `traefik-public`. +* Filtering to only serve containers with a label `traefik.constraint-label=traefik-public`. ### Instructions @@ -112,12 +112,6 @@ and make sure that the following sub-domains point to your Docker Swarm cluster **Note**: You can also use a subdomain, like `swarmprom.example.com`. Just make sure that the subdomains point to (at least one of) your cluster IPs. Or set up a wildcard subdomain (`*`). -* Set and export an environment variable with the tag used by Traefik public to filter services (by default, it's `traefik-public`): - -```bash -export TRAEFIK_PUBLIC_TAG=traefik-public -``` - * If you are using Slack and want to integrate it, set the following environment variables: ```bash