Simplificar configuración: eliminar tag y DOCKER_API_VERSION
This commit is contained in:
12
README.md
12
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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user