This commit is contained in:
DerGrumpf 2024-11-26 18:21:59 +00:00
commit e6d553c156
2 changed files with 23 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Watch Your Lan Docker Setup
Port: 8840

19
compose.yml Normal file
View File

@ -0,0 +1,19 @@
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"