Add WatchYourLAN/docker-compose.yml

transferred from "elite" modified bind volume and interface name
This commit is contained in:
2026-04-06 16:27:29 +01:00
parent 28e00a3096
commit b734a45b45

View File

@@ -0,0 +1,17 @@
services:
shoutrrr:
stdin_open: true
tty: true
image: containrrr/shoutrrr
command: generate telegram
#
watchyourlan:
image: aceberg/watchyourlan
container_name: wyl
restart: unless-stopped
environment:
- IFACES=eth0
- TZ=Europe/London
network_mode: "host"
volumes:
- /media/gv0/docker/WatchYourLAN/data:/data/WatchYourLAN