From 7607ea01f2c2997e801a4696974d16c94188e360 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 26 Apr 2026 14:44:55 +0100 Subject: [PATCH] Add wyl/docker-compose.yml --- wyl/docker-compose.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 wyl/docker-compose.yml diff --git a/wyl/docker-compose.yml b/wyl/docker-compose.yml new file mode 100644 index 0000000..8ceaaf3 --- /dev/null +++ b/wyl/docker-compose.yml @@ -0,0 +1,20 @@ +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=eno1 + - IFACES=enx00e04c680041 + - TZ=Europe/London + network_mode: "host" + volumes: + - /mnt/disk/WatchYourLAN/data:/data/WatchYourLAN + +