Skip to content

Commit 463bb4d

Browse files
committed
Update README
1 parent 1cb81fd commit 463bb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This will build a Docker image to automatically update [Cloudflare](https://www.
4242
- [Filtering](#filtering)
4343
- [Include Patterns](#include-patterns)
4444
- [Exclude Patterns](#exclude-patterns)
45-
- [By Label](#by-label)
45+
- [By Label (Docker Endpoint only)](#by-label-docker-endpoint-only)
4646
- [Maintenance](#maintenance)
4747
- [Shell Access](#shell-access)
4848
- [Support](#support)
@@ -237,7 +237,7 @@ Include patterns can be specified by defining one or more `TRAEFIK_INCLUDED_HOST
237237

238238
Exclude patterns can be specified by defining one or more `TRAEFIK_EXCLUDED_HOST<XXX>` variables such as `TRAEFIK_EXCLUDED_HOST1=private-data\.foobar\.com` and `TRAEFIK_EXCLUDED_HOST2=.*-internal-api\.foobar\.com`. The pattern is a regular expression that is used to determine if the host should be excluded. Exclude patterns filter out results after include patterns are executed.
239239

240-
###### By Label
240+
###### By Label (Docker Endpoint only)
241241

242242
If both `TRAEFIK_FILTER_LABEL` and `TRAEFIK_FILTER` are set only operate on containers with these matching values. This is useful if running multiple copies of Traefik and multiple copies of Cloudflare companion on your system or cluster or to limit acting on specific containers. Example:
243243

0 commit comments

Comments
 (0)