From 43cde5e160738d9bcc126536184e6b27052d0636 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Thu, 10 Oct 2024 13:28:37 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/home-tools.yaml b/home-tools.yaml index 03b601f..de3ac77 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -11,15 +11,19 @@ services: PGID: 1000 # read them from .env watchyourlan: - container_name: wyl - image: 'aceberg/watchyourlan:v2' + image: aceberg/watchyourlan:v2 + network_mode: "host" + restart: unless-stopped volumes: - - '/dockers/wyl:/data/WatchYourLAN' - networks: - host: {} + - /dockers/wyl:/data/WatchYourLAN environment: - - TZ=America/New_York - - IFACES=enp6s0 + TZ: America/New_York # required: needs your TZ for correct time + IFACES: "enp6s0 wlxf4ec3892dd51" # 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 + THEME: "darkly" # optional + COLOR: "dark" # optional mealie: container_name: mealie