-
I have a bunch of containers running and I'd like to update all of them automatically - except one container. But I'd like to receive a notification for that one. What I did so far:
on the only container I'd like to update manually (cause it regularly has breaking changes) I configured:
That one doesn't get updated as configured - but I'd like to receive a notification, if there's a new image available for it nevertheless. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I have the same "wish". A lot of containers should update automatically but some should only send a notification to touch manually. I tried with "com.centurylinklabs.watchtower.monitor-only=true" but it want do the job like i want to. WATCHTOWER_LABEL_ENABLE | true WATCHTOWER_LABEL_TAKE_PRECEDENCE | true WATCHTOWER_MONITOR_ONLY | false |
Beta Was this translation helpful? Give feedback.
-
I did some tests (had to wait for my desired project to update the docker a few times 😀). It is already possible with only the following label on the respective "update only" container:
my watchtower-config:
|
Beta Was this translation helpful? Give feedback.
-
Thanks - seems that it works :) |
Beta Was this translation helpful? Give feedback.
I did some tests (had to wait for my desired project to update the docker a few times 😀).
It is already possible with only the following label on the respective "update only" container:
my watchtower-config: