diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 854e9befd..48c0af8eb 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -703,9 +703,7 @@ tls_config: # Optional filters to limit the discovery process to a subset of available # resources. # The available filters are listed in the upstream documentation: -# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList -# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList -# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList +# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList [ filters: [ - name: values: , [...] ] @@ -868,7 +866,9 @@ role: # Optional filters to limit the discovery process to a subset of available # resources. # The available filters are listed in the upstream documentation: -# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList +# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList +# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList +# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList [ filters: [ - name: values: , [...] ]