Files
PROXMOX/wyl/docker-compose.yml
2026-05-08 23:01:18 +00:00

21 lines
419 B
YAML

services:
shoutrrr:
stdin_open: true
tty: true
image: containrrr/shoutrrr
restart: unless-stopped
command: generate telegram
#
watchyourlan:
image: aceberg/watchyourlan
container_name: wyl
restart: unless-stopped
environment:
IFACES: "nic0 nic1 vmbr0"
TZ: "Europe/London"
network_mode: "host"
volumes:
- /mnt/disk/WatchYourLAN/data:/data/WatchYourLAN