Files
Elite/wyl/docker-compose.yml
john 961ad48992 Update wyl/docker-compose.yml
Change to use local data store rather than shared MicroCeph storage
2026-04-14 12:21:24 +01:00

21 lines
413 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=eno1
- IFACES=enx00e04c680041
- TZ=Europe/London
network_mode: "host"
volumes:
- /data/docker/WatchYourLAN/data:/data/WatchYourLAN