From 99e438525059fe9c64a8d50bdf1a3a43427ad5a3 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 6 Apr 2026 16:46:28 +0100 Subject: [PATCH] Delete WatchYourLAN/docker-compose.yml --- WatchYourLAN/docker-compose.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 WatchYourLAN/docker-compose.yml diff --git a/WatchYourLAN/docker-compose.yml b/WatchYourLAN/docker-compose.yml deleted file mode 100644 index 88bb231..0000000 --- a/WatchYourLAN/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - shoutrrr: - stdin_open: true - tty: true - image: containrrr/shoutrrr - command: generate telegram -# - watchyourlan: - image: aceberg/watchyourlan - container_name: wyl - restart: unless-stopped - environment: - - IFACES=eth0 - - TZ=Europe/London - - HOST="0.0.0.0" # optional, default: 0.0.0.0 - - PORT="8840" # optional, default: 8840 - - TIMEOUT="120" # optional, time in seconds, default: 120 - network_mode: "host" - volumes: - - /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN