20 lines
825 B
YAML
20 lines
825 B
YAML
services:
|
|
wyl:
|
|
image: aceberg/watchyourlan
|
|
container_name: "wyl"
|
|
network_mode: "host"
|
|
restart: unless-stopped
|
|
command: "-n http://192.168.2.50:8850" # put your server IP or DNS name here
|
|
volumes:
|
|
- ~/data:/data/WatchYourLAN
|
|
environment:
|
|
TZ: Europe/Berlin # required: needs your TZ for correct time
|
|
IFACES: "eth0" # required: 1 or more interface
|
|
HOST: "0.0.0.0" # optional, default: 0.0.0.0
|
|
PORT: "8840" # optional, default: 8840
|
|
TIMEOUT: "120" # optional, time in seconds, default: 120
|
|
SHOUTRRR_URL: "" # optional, set url to notify
|
|
THEME: "sand" # optional
|
|
COLOR: "dark" # optional
|
|
ARP_ARGS: "-r 1"
|