Skip to content

Commit

Permalink
📝 Update README for Traefik v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 24, 2020
1 parent da28691 commit 86b009d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 86b009d

Please sign in to comment.