Files
Prod/WatchYourLAN/docker-compose.yml
john b734a45b45 Add WatchYourLAN/docker-compose.yml
transferred from "elite" modified bind volume and interface name
2026-04-06 16:27:29 +01:00

18 lines
384 B
YAML

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