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