diff --git a/wyl/docker-compose.yml b/wyl/docker-compose.yml deleted file mode 100644 index 69beb1d..0000000 --- a/wyl/docker-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -services: - wactchyourlan: - image: aceberg/watchyourlan - container_name: wyl - restart: unless-stopped - environment: - - IFACES=eth0 - - TZ=Europe/London - network_mode: "host" - volumes: - - /media/sda1/WatchYourLAN:/data/WatchYourLAN - -