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