From 5a78e3833673666a86810361541f799452351ce5 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 8 May 2026 23:07:06 +0000 Subject: [PATCH] Delete wyl/docker-compose.yml --- wyl/docker-compose.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 wyl/docker-compose.yml diff --git a/wyl/docker-compose.yml b/wyl/docker-compose.yml deleted file mode 100644 index 6a96d92..0000000 --- a/wyl/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - shoutrrr: - stdin_open: true - tty: true - image: containrrr/shoutrrr - restart: unless-stopped - command: generate telegram -# - watchyourlan: - image: aceberg/watchyourlan - container_name: wyl - restart: unless-stopped - environment: - IFACES: "nic0 nic1 vmbr0" - TZ: "Europe/London" - network_mode: "host" - volumes: - - /mnt/disk/WatchYourLAN/data:/data/WatchYourLAN - -