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
Highly related to #939
I added an endpoint that just closed down the API (given the right token of course) and that just halted the container (since the only thing blocking it is the http server). Update: And even more confusing, if the http.ErrorServerClosed error is ignored (which it should be), it starts the scheduler upon closing the web API.
Describe the bug
Watchtower does not seem to be able to create a new instance of watchtower because http api port is allready used by current watchtower instance.
To Reproduce
Enable http api:
-p 8080:8080 -e WATCHTOWER_HTTP_API_UPDATE=true -e WATCHTOWER_HTTP_API_TOKEN=Token
The text was updated successfully, but these errors were encountered: