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