From a4441daba975415eac9205bffc3d9e992694a6ec Mon Sep 17 00:00:00 2001 From: Miosame Date: Mon, 11 May 2020 06:08:28 +0200 Subject: [PATCH] Add blacklist behavior description (#540) --- docs/arguments.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/arguments.md b/docs/arguments.md index 1100725..7d5d7c4 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -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.