21 lines
419 B
YAML
21 lines
419 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:
|
|
- /mnt/cephfs/docker/WatchYourLAN/data:/data/WatchYourLAN
|
|
|
|
|