You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one watchtower instance that should update all containers once a day. Two specific containers should be updated every minute.
The first watchtower is closing itself, if the second is already running.
If first is started before the second one it works fine..
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! 🙏
Yeah, this is due to the lack of a "default" scope for watchtower. All instances started without a scope should be considered belonging to the same "default" scope, instead of, like it is now, not understanding the scope concept. It seems like an oversight in the original implementation, but no one has made a fix for it as of yet.
Describe the bug
I have one watchtower instance that should update all containers once a day. Two specific containers should be updated every minute.
The first watchtower is closing itself, if the second is already running.
If first is started before the second one it works fine..
Steps to reproduce
Expected behavior
Both watchtower instances should run in parallel. I cannot set a scope for all other containers.
Screenshots
No response
Environment
Latest docker
Your logs
Additional context
No response
The text was updated successfully, but these errors were encountered: