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