diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 5ae4de6..b04a8ed 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -67,6 +67,9 @@ services: # Include stopped containers in updates - 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.) # See: https://containrrr.dev/watchtower/notifications/ # - WATCHTOWER_NOTIFICATIONS=slack