From 736eba632825555fc4a0859b6d4b1edc799f637e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 5 Jul 2026 16:56:55 -0400 Subject: [PATCH] =?UTF-8?q?watchtower:=20drop=20DOCKER=5FAPI=5FVERSION=3D1?= =?UTF-8?q?.40=20pin=20=E2=80=94=20let=20the=20fork=20negotiate=20the=20da?= =?UTF-8?q?emon=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pinned 1.40 client can't recreate containers that use newer-API features (VolumeOptions.Subpath needs 1.45), which silently deleted the sonarr container on its watchtower update (2026-07-05). Unset = the nicholas-fedor fork negotiates the daemon's max API version per host. Fleet-wide sweep. Co-Authored-By: Claude Opus 4.8 (1M context) --- roles/dawarich/templates/docker-compose.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/dawarich/templates/docker-compose.yml.j2 b/roles/dawarich/templates/docker-compose.yml.j2 index 9392ad5..5105bae 100644 --- a/roles/dawarich/templates/docker-compose.yml.j2 +++ b/roles/dawarich/templates/docker-compose.yml.j2 @@ -171,7 +171,6 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - - DOCKER_API_VERSION=1.40 - WATCHTOWER_HTTP_API_UPDATE=true - WATCHTOWER_HTTP_API_TOKEN={{ watchtower_api_token }} - TZ={{ timezone }}