-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to search for updates at startup #1696
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
There is |
Hmm.. I try it this way. I have a |
Unfortunately, you won't be able to both have the cake and it at the same time. 😅 To me, it sounds like having it execute with |
Is your feature request related to a problem? Please describe.
I have a few docker containers that I run once I start my PC and I want to use watchtower to monitor them for updates each day. If I use the default update interval, 24 hours, watchtower will never check for updates because each time I restart the container it also reset this interval.
Describe the solution you'd like
The solution I see is to check for update immediately after it starts
Describe alternatives you've considered
My current solution is to set a lower updater interval, a few hours, but this is not ideal.
Additional context
No response
The text was updated successfully, but these errors were encountered: