Add allowEmptyServices for Docker provider

This commit is contained in:
Jérôme
2022-07-06 10:24:08 +02:00
committed by GitHub
parent c51e590591
commit aff334ffb4
8 changed files with 253 additions and 37 deletions

View File

@@ -519,6 +519,9 @@ KV Username
`TRAEFIK_PROVIDERS_DOCKER`:
Enable Docker backend with default settings. (Default: ```false```)
`TRAEFIK_PROVIDERS_DOCKER_ALLOWEMPTYSERVICES`:
Disregards the Docker containers health checks with respect to the creation or removal of the corresponding services. (Default: ```false```)
`TRAEFIK_PROVIDERS_DOCKER_CONSTRAINTS`:
Constraints is an expression that Traefik matches against the container's labels to determine whether to create any route for that container.