From 62e54517e4c84b3e6919c4be7cef6271d59e76d0 Mon Sep 17 00:00:00 2001 From: groales Date: Mon, 1 Dec 2025 19:34:13 +0100 Subject: [PATCH] =?UTF-8?q?Comentar=20variables=20que=20se=20configuran=20?= =?UTF-8?q?v=C3=ADa=20command=20en=20docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 2196d38..a164bf8 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,10 @@ TZ=Europe/Madrid -WATCHTOWER_CLEANUP=true -WATCHTOWER_INCLUDE_STOPPED=false -WATCHTOWER_SCHEDULE=0 30 3 * * * + +# Configuración vía command en docker-compose.yaml (no usar aquí): +# WATCHTOWER_CLEANUP=true +# WATCHTOWER_SCHEDULE=0 30 3 * * * + +# WATCHTOWER_INCLUDE_STOPPED=false # Notificaciones (Shoutrrr) # Activar notificaciones vía Shoutrrr (SMTP, Telegram, Slack, etc.)