From cab5617a0027922eda5cd78bec98d4508e5ee6d7 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 27 Nov 2025 22:39:26 +0000 Subject: [PATCH] Upload files to "wyl" --- wyl/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 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..15ae981 --- /dev/null +++ b/wyl/docker-compose.yml @@ -0,0 +1,13 @@ +services: + wactchyourlan: + image: aceberg/watchyourlan + restart: unless-stopped + environment: + - IFACES=eth0 + - TZ=Europe/London + networks + - host + volumes: + - /media/sda1/WatchYourLAN:/data/WatchYourLAN + +