Add some missing doc.

This commit is contained in:
Ludovic Fernandez
2020-03-04 16:48:05 +01:00
committed by GitHub
parent 5fdec48854
commit dccc075f2c
5 changed files with 37 additions and 10 deletions

View File

@@ -452,6 +452,30 @@ providers:
Defines the polling interval (in seconds) in Swarm Mode.
### `watch`
_Optional, Default=true_
```toml tab="File (TOML)"
[providers.docker]
watch = false
# ...
```
```yaml tab="File (YAML)"
providers:
docker:
watch: false
# ...
```
```bash tab="CLI"
--providers.docker.watch=false
# ...
```
Watch Docker Swarm events.
### `constraints`
_Optional, Default=""_