From 97e2a7141a4d5b8333e9d345c7a24d40ae951cc4 Mon Sep 17 00:00:00 2001 From: groales Date: Mon, 1 Dec 2025 20:26:46 +0100 Subject: [PATCH] =?UTF-8?q?Simplificar=20configuraci=C3=B3n:=20eliminar=20?= =?UTF-8?q?tag=20y=20DOCKER=5FAPI=5FVERSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ------------ docker-compose.yaml | 3 +-- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 529336b..82ec124 100644 --- a/README.md +++ b/README.md @@ -46,18 +46,6 @@ command: - Mantén backups si actualizas servicios con datos persistentes - Excluye servicios que gestionas manualmente (`enable=false`) -## Configuración de API Docker - -Para compatibilidad con versiones antiguas de Watchtower, se especifica la versión de API en `docker-compose.yaml`: - -```yaml -environment: - - TZ=Europe/Madrid - - DOCKER_API_VERSION=1.44 -``` - -Esto asegura que Watchtower use una API compatible con Docker moderno. - ## Troubleshooting ```bash docker logs watchtower --tail=200 diff --git a/docker-compose.yaml b/docker-compose.yaml index 9283c76..4c08739 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,11 +1,10 @@ services: watchtower: - image: containrrr/watchtower:1.7.1 + image: containrrr/watchtower container_name: watchtower restart: unless-stopped environment: - TZ=Europe/Madrid - - DOCKER_API_VERSION=1.44 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro command: