From a9d31a601255c546d396846ac0557479ec22aee1 Mon Sep 17 00:00:00 2001 From: Mike McFetridge <91107715+mmcfetridge1969@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:29:05 -0400 Subject: [PATCH] . --- Watchtower/docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Watchtower/docker-compose.yml b/Watchtower/docker-compose.yml index a95708e..59b7566 100644 --- a/Watchtower/docker-compose.yml +++ b/Watchtower/docker-compose.yml @@ -3,7 +3,6 @@ services: image: containrrr/watchtower container_name: watchtower restart: unless-stopped - env_file: .env environment: - DOCKER_API_VERSION=1.44 - TZ=America/New_York @@ -15,7 +14,7 @@ services: - WATCHTOWER_SCHEDULE=0 0 4 * * * - WATCHTOWER_INCLUDE_STOPPED=true - WATCHTOWER_NOTIFICATIONS=email - - WATCHTOWER_NOTIFICATIONS_HOSTNAME=Docker-Deployment # Add Server Name or IP Address + - WATCHTOWER_NOTIFICATIONS_HOSTNAME=Docker-01 # Add Server Name or IP Address - WATCHTOWER_NOTIFICATION_EMAIL_FROM=miker@mmcfetridge.net - WATCHTOWER_NOTIFICATION_EMAIL_TO=miker@mmcfetridge.net - WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.mmcfetridge.net @@ -33,4 +32,4 @@ services: - external networks: external: - external: true # Tells Compose not to create this network. \ No newline at end of file + external: true # Tells Compose not to create this network.