Files
PROXMOX/wyl/docker-compose.yml
john 9e558c6ec0 Update wyl/docker-compose.yml
change to interface names for PROXMOX VM
2026-05-08 22:45:54 +00:00

21 lines
417 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=vmbr0,nic0,nic1
- TZ=Europe/London
network_mode: "host"
volumes:
- /mnt/disk/WatchYourLAN/data:/data/WatchYourLAN