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 + +