1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00

Add blacklist behavior description (#540)

This commit is contained in:
Miosame 2020-05-11 06:08:28 +02:00 committed by GitHub
parent 3b60add69d
commit a4441daba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,9 @@ Environment Variable: WATCHTOWER_LABEL_ENABLE
Default: false
```
## Filter by disable label
**Do not** update containers that have `com.centurylinklabs.watchtower.enable` label set to false and no `--label-enable` argument is passed. Note that only one or the other (targeting by enable label) can be used at the same time to target containers.
## Without updating containers
Will only monitor for new images, not update the containers.