Add DOCKER_API_VERSION to Watchtower configuration
Prevents 'client version too old' errors when Watchtower tries to communicate with modern Docker daemons that require API version 1.44+
This commit is contained in:
parent
efa8404ea6
commit
368ca5a0a6
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ services:
|
||||||
# Include stopped containers in updates
|
# Include stopped containers in updates
|
||||||
- WATCHTOWER_INCLUDE_STOPPED=true
|
- WATCHTOWER_INCLUDE_STOPPED=true
|
||||||
|
|
||||||
|
# Use latest Docker API version (prevents "client version too old" errors)
|
||||||
|
- DOCKER_API_VERSION=1.44
|
||||||
|
|
||||||
# Optional: Send notifications (Slack, Discord, email, etc.)
|
# Optional: Send notifications (Slack, Discord, email, etc.)
|
||||||
# See: https://containrrr.dev/watchtower/notifications/
|
# See: https://containrrr.dev/watchtower/notifications/
|
||||||
# - WATCHTOWER_NOTIFICATIONS=slack
|
# - WATCHTOWER_NOTIFICATIONS=slack
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue